Html Css Color HEX #F24F63 Wild Watermelon

📋 copy color: '#F24F63'

red 242 ◦ green 79 ◦ blue 99

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

Shades of Wild Watermelon #F24F63

Tints of Wild Watermelon #F24F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 57.62%
G = 18.81%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F24F63 (or 0xF24F63) is known color: Wild Watermelon. HEX triplet: F2, 4F and 63. RGB value is (242,79,99). Sum of RGB (Red+Green+Blue) = 242+79+99=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F63 is #0DB09C. Grayscale: #828282. Windows color (decimal): -897181 or 6508530. OLE color: 6508530.

HSL color Cylindrical-coordinate representation of color #F24F63: hue angle of 352.64º 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 #F24F63 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 99 -
CMYK 0 0.67 0.59 0.05
HSL 352.64º 0.86% 0.63% -
HSV(B) 352.64º 0.67% 0.95% -
XYZ 41.67 25.37 14.51 -
YUV 130.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 242 79 99 0 0.67 0.59 0.05 352.64 0.86 0.63
Hex F2 4F 63 0 43 3B 5 161 56 3F
Octal 362 117 143 0 103 73 5 541 126 77
Binary 11110010 1001111 1100011 0 1000011 111011 101 101100001 1010110 111111

Color Harmonies of #F24F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F63

Black with #F24F63

Text Example


Text Example

White with #F24F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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