Html Css Color HEX #FF55B4 Brilliant Rose

📋 copy color: '#FF55B4'

red 255 ◦ green 85 ◦ blue 180

#FF55B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FF55B4

Tints of Brilliant Rose #FF55B4

RGB

 RED value IS 255 (100% from 255) = 49.04%

 GREEN value IS 85 (33.59% from 255) = 16.35%

 BLUE value IS 180 (70.7% from 255) = 34.62%

R = 49.04%
G = 16.35%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF55B4 (or 0xFF55B4) is known color: Brilliant Rose. HEX triplet: FF, 55 and B4. RGB value is (255,85,180). Sum of RGB (Red+Green+Blue) = 255+85+180=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55B4 is #00AA4B. Grayscale: #929292. Windows color (decimal): -43596 or 11818495. OLE color: 11818495.

HSL color Cylindrical-coordinate representation of color #FF55B4: hue angle of 326.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55B4 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 180 -
CMYK 0 0.67 0.29 0
HSL 326.47º 1% 0.67% -
HSV(B) 326.47º 0.67% 1% -
XYZ 52.73 31.05 46.39 -
YUV 146.66 146.82 205.28 -
System Red Green Blue C M Y K H S L
Decimal 255 85 180 0 0.67 0.29 0 326.47 1 0.67
Hex FF 55 B4 0 43 1D 0 146 64 43
Octal 377 125 264 0 103 35 0 506 144 103
Binary 11111111 1010101 10110100 0 1000011 11101 0 101000110 1100100 1000011

Color Harmonies of #FF55B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55B4

Black with #FF55B4

Text Example


Text Example

White with #FF55B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55B4; }

 p { color: rgb(255,85,180); }

 H1.HeaderClassName
 {
   color: #FF55B4;
 }
 .AnyTagClassName
 {
   color: #FF55B4;
 }
</style>

background-color css

<style>
 a { background-color: #FF55B4; }

 a { background-color: rgb(255,85,180); }

 div.DivClassName
 {
   background-color: #FF55B4;
 }
 .BgClassName
 {
   background-color: #FF55B4;
 }
</style>

border-color css

<style>
 span { border-color: #FF55B4; }

 span { border-color: rgb(255,85,180); }

 td.TdClassName
 {
   border-color: #FF55B4;
 }
 .TagClassName
 {
   border-color: #FF55B4;
 }
</style>