Html Css Color HEX #FC42AA Brilliant Rose

📋 copy color: '#FC42AA'

red 252 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #FC42AA

Tints of Brilliant Rose #FC42AA

RGB

 RED value IS 252 (98.83% from 255) = 51.64%

 GREEN value IS 66 (26.17% from 255) = 13.52%

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

R = 51.64%
G = 13.52%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC42AA (or 0xFC42AA) is known color: Brilliant Rose. HEX triplet: FC, 42 and AA. RGB value is (252,66,170). Sum of RGB (Red+Green+Blue) = 252+66+170=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42AA is #03BD55. Grayscale: #858585. Windows color (decimal): -245078 or 11158268. OLE color: 11158268.

HSL color Cylindrical-coordinate representation of color #FC42AA: hue angle of 326.45º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42AA is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 170 -
CMYK 0 0.74 0.33 0.01
HSL 326.45º 0.97% 0.62% -
HSV(B) 326.45º 0.74% 0.99% -
XYZ 49.35 27.49 40.74 -
YUV 133.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 252 66 170 0 0.74 0.33 0.01 326.45 0.97 0.62
Hex FC 42 AA 0 4A 21 1 146 61 3E
Octal 374 102 252 0 112 41 1 506 141 76
Binary 11111100 1000010 10101010 0 1001010 100001 1 101000110 1100001 111110

Color Harmonies of #FC42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42AA

Black with #FC42AA

Text Example


Text Example

White with #FC42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42AA; }

 p { color: rgb(252,66,170); }

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

background-color css

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

 a { background-color: rgb(252,66,170); }

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

border-color css

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

 span { border-color: rgb(252,66,170); }

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