Html Css Color HEX #FC42AF Brilliant Rose

📋 copy color: '#FC42AF'

red 252 ◦ green 66 ◦ blue 175

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

Shades of Brilliant Rose #FC42AF

Tints of Brilliant Rose #FC42AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 51.12%
G = 13.39%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC42AF (or 0xFC42AF) is known color: Brilliant Rose. HEX triplet: FC, 42 and AF. RGB value is (252,66,175). Sum of RGB (Red+Green+Blue) = 252+66+175=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42AF is #03BD50. Grayscale: #858585. Windows color (decimal): -245073 or 11485948. OLE color: 11485948.

HSL color Cylindrical-coordinate representation of color #FC42AF: hue angle of 324.84º 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 #FC42AF is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 175 -
CMYK 0 0.74 0.31 0.01
HSL 324.84º 0.97% 0.62% -
HSV(B) 324.84º 0.74% 0.99% -
XYZ 49.83 27.69 43.28 -
YUV 134.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 252 66 175 0 0.74 0.31 0.01 324.84 0.97 0.62
Hex FC 42 AF 0 4A 1F 1 145 61 3E
Octal 374 102 257 0 112 37 1 505 141 76
Binary 11111100 1000010 10101111 0 1001010 11111 1 101000101 1100001 111110

Color Harmonies of #FC42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42AF

Black with #FC42AF

Text Example


Text Example

White with #FC42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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