Html Css Color HEX #F24269 Radical Red

📋 copy color: '#F24269'

red 242 ◦ green 66 ◦ blue 105

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

Shades of Radical Red #F24269

Tints of Radical Red #F24269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 58.6%
G = 15.98%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24269 (or 0xF24269) is known color: Radical Red. HEX triplet: F2, 42 and 69. RGB value is (242,66,105). Sum of RGB (Red+Green+Blue) = 242+66+105=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F24269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24269 is #0DBD96. Grayscale: #7B7B7B. Windows color (decimal): -900503 or 6898418. OLE color: 6898418.

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

Color convert

RGB 242 66 105 -
CMYK 0 0.73 0.57 0.05
HSL 346.7º 0.87% 0.6% -
HSV(B) 346.7º 0.73% 0.95% -
XYZ 41.12 23.79 15.79 -
YUV 123.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 242 66 105 0 0.73 0.57 0.05 346.7 0.87 0.6
Hex F2 42 69 0 49 39 5 15B 57 3C
Octal 362 102 151 0 111 71 5 533 127 74
Binary 11110010 1000010 1101001 0 1001001 111001 101 101011011 1010111 111100

Color Harmonies of #F24269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24269

Black with #F24269

Text Example


Text Example

White with #F24269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24269; }

 p { color: rgb(242,66,105); }

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

background-color css

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

 a { background-color: rgb(242,66,105); }

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

border-color css

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

 span { border-color: rgb(242,66,105); }

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