Html Css Color HEX #FF5CAB Brilliant Rose

📋 copy color: '#FF5CAB'

red 255 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #FF5CAB

Tints of Brilliant Rose #FF5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 49.23%
G = 17.76%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF5CAB (or 0xFF5CAB) is known color: Brilliant Rose. HEX triplet: FF, 5C and AB. RGB value is (255,92,171). Sum of RGB (Red+Green+Blue) = 255+92+171=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5CAB is #00A354. Grayscale: #959595. Windows color (decimal): -41813 or 11230463. OLE color: 11230463.

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

Color convert

RGB 255 92 171 -
CMYK 0 0.64 0.33 0
HSL 330.92º 1% 0.68% -
HSV(B) 330.92º 0.64% 1% -
XYZ 52.42 31.85 41.91 -
YUV 149.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 255 92 171 0 0.64 0.33 0 330.92 1 0.68
Hex FF 5C AB 0 40 21 0 14B 64 44
Octal 377 134 253 0 100 41 0 513 144 104
Binary 11111111 1011100 10101011 0 1000000 100001 0 101001011 1100100 1000100

Color Harmonies of #FF5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CAB

Black with #FF5CAB

Text Example


Text Example

White with #FF5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CAB; }

 p { color: rgb(255,92,171); }

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

background-color css

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

 a { background-color: rgb(255,92,171); }

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

border-color css

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

 span { border-color: rgb(255,92,171); }

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