Html Css Color HEX #F2434E Radical Red

📋 copy color: '#F2434E'

red 242 ◦ green 67 ◦ blue 78

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

Shades of Radical Red #F2434E

Tints of Radical Red #F2434E

RGB

 RED value IS 242 (94.92% from 255) = 62.53%

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

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 62.53%
G = 17.31%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2434E (or 0xF2434E) is known color: Radical Red. HEX triplet: F2, 43 and 4E. RGB value is (242,67,78). Sum of RGB (Red+Green+Blue) = 242+67+78=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F2434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2434E is #0DBCB1. Grayscale: #787878. Windows color (decimal): -900274 or 5129202. OLE color: 5129202.

HSL color Cylindrical-coordinate representation of color #F2434E: hue angle of 356.23º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2434E is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 78 -
CMYK 0 0.72 0.68 0.05
HSL 356.23º 0.87% 0.61% -
HSV(B) 356.23º 0.72% 0.95% -
XYZ 40 23.44 9.62 -
YUV 120.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 242 67 78 0 0.72 0.68 0.05 356.23 0.87 0.61
Hex F2 43 4E 0 48 44 5 164 57 3D
Octal 362 103 116 0 110 104 5 544 127 75
Binary 11110010 1000011 1001110 0 1001000 1000100 101 101100100 1010111 111101

Color Harmonies of #F2434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2434E

Black with #F2434E

Text Example


Text Example

White with #F2434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2434E; }

 p { color: rgb(242,67,78); }

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

background-color css

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

 a { background-color: rgb(242,67,78); }

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

border-color css

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

 span { border-color: rgb(242,67,78); }

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