Html Css Color HEX #FC3F66 Radical Red

📋 copy color: '#FC3F66'

red 252 ◦ green 63 ◦ blue 102

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

Shades of Radical Red #FC3F66

Tints of Radical Red #FC3F66

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 60.43%
G = 15.11%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC3F66 (or 0xFC3F66) is known color: Radical Red. HEX triplet: FC, 3F and 66. RGB value is (252,63,102). Sum of RGB (Red+Green+Blue) = 252+63+102=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F66 is #03C099. Grayscale: #7B7B7B. Windows color (decimal): -245914 or 6701052. OLE color: 6701052.

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

Color convert

RGB 252 63 102 -
CMYK 0 0.75 0.60 0.01
HSL 347.62º 0.97% 0.62% -
HSV(B) 347.62º 0.75% 0.99% -
XYZ 44.32 25.21 15.1 -
YUV 123.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 252 63 102 0 0.75 0.60 0.01 347.62 0.97 0.62
Hex FC 3F 66 0 4B 3C 1 15C 61 3E
Octal 374 77 146 0 113 74 1 534 141 76
Binary 11111100 111111 1100110 0 1001011 111100 1 101011100 1100001 111110

Color Harmonies of #FC3F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F66

Black with #FC3F66

Text Example


Text Example

White with #FC3F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F66; }

 p { color: rgb(252,63,102); }

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

background-color css

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

 a { background-color: rgb(252,63,102); }

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

border-color css

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

 span { border-color: rgb(252,63,102); }

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