Html Css Color HEX #FC3F68 Radical Red

📋 copy color: '#FC3F68'

red 252 ◦ green 63 ◦ blue 104

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

Shades of Radical Red #FC3F68

Tints of Radical Red #FC3F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 60.14%
G = 15.04%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC3F68 (or 0xFC3F68) is known color: Radical Red. HEX triplet: FC, 3F and 68. RGB value is (252,63,104). Sum of RGB (Red+Green+Blue) = 252+63+104=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F68 is #03C097. Grayscale: #7C7C7C. Windows color (decimal): -245912 or 6832124. OLE color: 6832124.

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

Color convert

RGB 252 63 104 -
CMYK 0 0.75 0.59 0.01
HSL 346.98º 0.97% 0.62% -
HSV(B) 346.98º 0.75% 0.99% -
XYZ 44.42 25.25 15.63 -
YUV 124.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 252 63 104 0 0.75 0.59 0.01 346.98 0.97 0.62
Hex FC 3F 68 0 4B 3B 1 15B 61 3E
Octal 374 77 150 0 113 73 1 533 141 76
Binary 11111100 111111 1101000 0 1001011 111011 1 101011011 1100001 111110

Color Harmonies of #FC3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F68

Black with #FC3F68

Text Example


Text Example

White with #FC3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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