Html Css Color HEX #FD434F Radical Red

📋 copy color: '#FD434F'

red 253 ◦ green 67 ◦ blue 79

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

Shades of Radical Red #FD434F

Tints of Radical Red #FD434F

RGB

 RED value IS 253 (99.22% from 255) = 63.41%

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

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

R = 63.41%
G = 16.79%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD434F (or 0xFD434F) is known color: Radical Red. HEX triplet: FD, 43 and 4F. RGB value is (253,67,79). Sum of RGB (Red+Green+Blue) = 253+67+79=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD434F is #02BCB0. Grayscale: #7C7C7C. Windows color (decimal): -179377 or 5194749. OLE color: 5194749.

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

Color convert

RGB 253 67 79 -
CMYK 0 0.74 0.69 0.01
HSL 356.13º 0.98% 0.63% -
HSV(B) 356.13º 0.74% 0.99% -
XYZ 43.93 25.46 10 -
YUV 123.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 253 67 79 0 0.74 0.69 0.01 356.13 0.98 0.63
Hex FD 43 4F 0 4A 45 1 164 62 3F
Octal 375 103 117 0 112 105 1 544 142 77
Binary 11111101 1000011 1001111 0 1001010 1000101 1 101100100 1100010 111111

Color Harmonies of #FD434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD434F

Black with #FD434F

Text Example


Text Example

White with #FD434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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