Html Css Color HEX #F24967 Radical Red

📋 copy color: '#F24967'

red 242 ◦ green 73 ◦ blue 103

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

Shades of Radical Red #F24967

Tints of Radical Red #F24967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 103 (40.63% from 255) = 24.64%

R = 57.89%
G = 17.46%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24967 (or 0xF24967) is known color: Radical Red. HEX triplet: F2, 49 and 67. RGB value is (242,73,103). Sum of RGB (Red+Green+Blue) = 242+73+103=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F24967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24967 is #0DB698. Grayscale: #7E7E7E. Windows color (decimal): -898713 or 6769138. OLE color: 6769138.

HSL color Cylindrical-coordinate representation of color #F24967: hue angle of 349.35º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24967 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 103 -
CMYK 0 0.70 0.57 0.05
HSL 349.35º 0.87% 0.62% -
HSV(B) 349.35º 0.7% 0.95% -
XYZ 41.45 24.62 15.4 -
YUV 126.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 242 73 103 0 0.70 0.57 0.05 349.35 0.87 0.62
Hex F2 49 67 0 46 39 5 15D 57 3E
Octal 362 111 147 0 106 71 5 535 127 76
Binary 11110010 1001001 1100111 0 1000110 111001 101 101011101 1010111 111110

Color Harmonies of #F24967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24967

Black with #F24967

Text Example


Text Example

White with #F24967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24967; }

 p { color: rgb(242,73,103); }

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

background-color css

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

 a { background-color: rgb(242,73,103); }

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

border-color css

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

 span { border-color: rgb(242,73,103); }

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