Html Css Color HEX #FF5FA4 Brilliant Rose

📋 copy color: '#FF5FA4'

red 255 ◦ green 95 ◦ blue 164

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

Shades of Brilliant Rose #FF5FA4

Tints of Brilliant Rose #FF5FA4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

 BLUE value IS 164 (64.45% from 255) = 31.91%

R = 49.61%
G = 18.48%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF5FA4 (or 0xFF5FA4) is known color: Brilliant Rose. HEX triplet: FF, 5F and A4. RGB value is (255,95,164). Sum of RGB (Red+Green+Blue) = 255+95+164=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FA4 is #00A05B. Grayscale: #969696. Windows color (decimal): -41052 or 10772479. OLE color: 10772479.

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

Color convert

RGB 255 95 164 -
CMYK 0 0.63 0.36 0
HSL 334.13º 1% 0.69% -
HSV(B) 334.13º 0.63% 1% -
XYZ 52.03 32.12 38.58 -
YUV 150.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 255 95 164 0 0.63 0.36 0 334.13 1 0.69
Hex FF 5F A4 0 3F 24 0 14E 64 45
Octal 377 137 244 0 77 44 0 516 144 105
Binary 11111111 1011111 10100100 0 111111 100100 0 101001110 1100100 1000101

Color Harmonies of #FF5FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FA4

Black with #FF5FA4

Text Example


Text Example

White with #FF5FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FA4; }

 p { color: rgb(255,95,164); }

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

background-color css

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

 a { background-color: rgb(255,95,164); }

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

border-color css

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

 span { border-color: rgb(255,95,164); }

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