Html Css Color HEX #F24769 Radical Red

📋 copy color: '#F24769'

red 242 ◦ green 71 ◦ blue 105

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

Shades of Radical Red #F24769

Tints of Radical Red #F24769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

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

R = 57.89%
G = 16.99%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24769 (or 0xF24769) is known color: Radical Red. HEX triplet: F2, 47 and 69. RGB value is (242,71,105). Sum of RGB (Red+Green+Blue) = 242+71+105=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F24769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24769 is #0DB896. Grayscale: #7E7E7E. Windows color (decimal): -899223 or 6899698. OLE color: 6899698.

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

Color convert

RGB 242 71 105 -
CMYK 0 0.71 0.57 0.05
HSL 348.07º 0.87% 0.61% -
HSV(B) 348.07º 0.71% 0.95% -
XYZ 41.42 24.4 15.89 -
YUV 126.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 242 71 105 0 0.71 0.57 0.05 348.07 0.87 0.61
Hex F2 47 69 0 47 39 5 15C 57 3D
Octal 362 107 151 0 107 71 5 534 127 75
Binary 11110010 1000111 1101001 0 1000111 111001 101 101011100 1010111 111101

Color Harmonies of #F24769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24769

Black with #F24769

Text Example


Text Example

White with #F24769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24769; }

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

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

background-color css

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

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

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

border-color css

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

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

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