Html Css Color HEX #FC426F Radical Red

📋 copy color: '#FC426F'

red 252 ◦ green 66 ◦ blue 111

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

Shades of Radical Red #FC426F

Tints of Radical Red #FC426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 58.74%
G = 15.38%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC426F (or 0xFC426F) is known color: Radical Red. HEX triplet: FC, 42 and 6F. RGB value is (252,66,111). Sum of RGB (Red+Green+Blue) = 252+66+111=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC426F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC426F is #03BD90. Grayscale: #7E7E7E. Windows color (decimal): -245137 or 7291644. OLE color: 7291644.

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

Color convert

RGB 252 66 111 -
CMYK 0 0.74 0.56 0.01
HSL 345.48º 0.97% 0.62% -
HSV(B) 345.48º 0.74% 0.99% -
XYZ 44.96 25.74 17.64 -
YUV 126.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 252 66 111 0 0.74 0.56 0.01 345.48 0.97 0.62
Hex FC 42 6F 0 4A 38 1 159 61 3E
Octal 374 102 157 0 112 70 1 531 141 76
Binary 11111100 1000010 1101111 0 1001010 111000 1 101011001 1100001 111110

Color Harmonies of #FC426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC426F

Black with #FC426F

Text Example


Text Example

White with #FC426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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