Html Css Color HEX #F24F67 Wild Watermelon

📋 copy color: '#F24F67'

red 242 ◦ green 79 ◦ blue 103

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

Shades of Wild Watermelon #F24F67

Tints of Wild Watermelon #F24F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.63%

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

R = 57.08%
G = 18.63%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F24F67 (or 0xF24F67) is known color: Wild Watermelon. HEX triplet: F2, 4F and 67. RGB value is (242,79,103). Sum of RGB (Red+Green+Blue) = 242+79+103=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F67 is #0DB098. Grayscale: #828282. Windows color (decimal): -897177 or 6770674. OLE color: 6770674.

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

Color convert

RGB 242 79 103 -
CMYK 0 0.67 0.57 0.05
HSL 351.17º 0.86% 0.63% -
HSV(B) 351.17º 0.67% 0.95% -
XYZ 41.86 25.45 15.54 -
YUV 130.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 242 79 103 0 0.67 0.57 0.05 351.17 0.86 0.63
Hex F2 4F 67 0 43 39 5 15F 56 3F
Octal 362 117 147 0 103 71 5 537 126 77
Binary 11110010 1001111 1100111 0 1000011 111001 101 101011111 1010110 111111

Color Harmonies of #F24F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F67

Black with #F24F67

Text Example


Text Example

White with #F24F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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