Html Css Color HEX #F24A6B Wild Watermelon

📋 copy color: '#F24A6B'

red 242 ◦ green 74 ◦ blue 107

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

Shades of Wild Watermelon #F24A6B

Tints of Wild Watermelon #F24A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 57.21%
G = 17.49%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F24A6B (or 0xF24A6B) is known color: Wild Watermelon. HEX triplet: F2, 4A and 6B. RGB value is (242,74,107). Sum of RGB (Red+Green+Blue) = 242+74+107=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A6B is #0DB594. Grayscale: #808080. Windows color (decimal): -898453 or 7031538. OLE color: 7031538.

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

Color convert

RGB 242 74 107 -
CMYK 0 0.69 0.56 0.05
HSL 348.21º 0.87% 0.62% -
HSV(B) 348.21º 0.69% 0.95% -
XYZ 41.72 24.84 16.5 -
YUV 127.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 242 74 107 0 0.69 0.56 0.05 348.21 0.87 0.62
Hex F2 4A 6B 0 45 38 5 15C 57 3E
Octal 362 112 153 0 105 70 5 534 127 76
Binary 11110010 1001010 1101011 0 1000101 111000 101 101011100 1010111 111110

Color Harmonies of #F24A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A6B

Black with #F24A6B

Text Example


Text Example

White with #F24A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A6B; }

 p { color: rgb(242,74,107); }

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

background-color css

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

 a { background-color: rgb(242,74,107); }

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

border-color css

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

 span { border-color: rgb(242,74,107); }

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