Html Css Color HEX #FF5FAA Brilliant Rose

📋 copy color: '#FF5FAA'

red 255 ◦ green 95 ◦ blue 170

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

Shades of Brilliant Rose #FF5FAA

Tints of Brilliant Rose #FF5FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 49.04%
G = 18.27%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF5FAA (or 0xFF5FAA) is known color: Brilliant Rose. HEX triplet: FF, 5F and AA. RGB value is (255,95,170). Sum of RGB (Red+Green+Blue) = 255+95+170=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FAA is #00A055. Grayscale: #979797. Windows color (decimal): -41046 or 11165695. OLE color: 11165695.

HSL color Cylindrical-coordinate representation of color #FF5FAA: hue angle of 331.88º 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 #FF5FAA is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 170 -
CMYK 0 0.63 0.33 0
HSL 331.88º 1% 0.69% -
HSV(B) 331.88º 0.63% 1% -
XYZ 52.59 32.35 41.5 -
YUV 151.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 255 95 170 0 0.63 0.33 0 331.88 1 0.69
Hex FF 5F AA 0 3F 21 0 14C 64 45
Octal 377 137 252 0 77 41 0 514 144 105
Binary 11111111 1011111 10101010 0 111111 100001 0 101001100 1100100 1000101

Color Harmonies of #FF5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FAA

Black with #FF5FAA

Text Example


Text Example

White with #FF5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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