Html Css Color HEX #FC434F Radical Red

📋 copy color: '#FC434F'

red 252 ◦ green 67 ◦ blue 79

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

Shades of Radical Red #FC434F

Tints of Radical Red #FC434F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 63.32%
G = 16.83%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC434F (or 0xFC434F) is known color: Radical Red. HEX triplet: FC, 43 and 4F. RGB value is (252,67,79). Sum of RGB (Red+Green+Blue) = 252+67+79=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC434F is #03BCB0. Grayscale: #7B7B7B. Windows color (decimal): -244913 or 5194748. OLE color: 5194748.

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

Color convert

RGB 252 67 79 -
CMYK 0 0.73 0.69 0.01
HSL 356.11º 0.97% 0.63% -
HSV(B) 356.11º 0.73% 0.99% -
XYZ 43.56 25.27 9.98 -
YUV 123.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 252 67 79 0 0.73 0.69 0.01 356.11 0.97 0.63
Hex FC 43 4F 0 49 45 1 164 61 3F
Octal 374 103 117 0 111 105 1 544 141 77
Binary 11111100 1000011 1001111 0 1001001 1000101 1 101100100 1100001 111111

Color Harmonies of #FC434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC434F

Black with #FC434F

Text Example


Text Example

White with #FC434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC434F; }

 p { color: rgb(252,67,79); }

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

background-color css

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

 a { background-color: rgb(252,67,79); }

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

border-color css

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

 span { border-color: rgb(252,67,79); }

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