Html Css Color HEX #FC424B Radical Red

📋 copy color: '#FC424B'

red 252 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #FC424B

Tints of Radical Red #FC424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 64.12%
G = 16.79%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC424B (or 0xFC424B) is known color: Radical Red. HEX triplet: FC, 42 and 4B. RGB value is (252,66,75). Sum of RGB (Red+Green+Blue) = 252+66+75=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC424B is #03BDB4. Grayscale: #7A7A7A. Windows color (decimal): -245173 or 4932348. OLE color: 4932348.

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

Color convert

RGB 252 66 75 -
CMYK 0 0.74 0.70 0.01
HSL 357.1º 0.97% 0.62% -
HSV(B) 357.1º 0.74% 0.99% -
XYZ 43.36 25.1 9.22 -
YUV 122.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 252 66 75 0 0.74 0.70 0.01 357.1 0.97 0.62
Hex FC 42 4B 0 4A 46 1 165 61 3E
Octal 374 102 113 0 112 106 1 545 141 76
Binary 11111100 1000010 1001011 0 1001010 1000110 1 101100101 1100001 111110

Color Harmonies of #FC424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC424B

Black with #FC424B

Text Example


Text Example

White with #FC424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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