Html Css Color HEX #F25073 Wild Watermelon

📋 copy color: '#F25073'

red 242 ◦ green 80 ◦ blue 115

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

Shades of Wild Watermelon #F25073

Tints of Wild Watermelon #F25073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 55.38%
G = 18.31%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25073 (or 0xF25073) is known color: Wild Watermelon. HEX triplet: F2, 50 and 73. RGB value is (242,80,115). Sum of RGB (Red+Green+Blue) = 242+80+115=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F25073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25073 is #0DAF8C. Grayscale: #848484. Windows color (decimal): -896909 or 7557362. OLE color: 7557362.

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

Color convert

RGB 242 80 115 -
CMYK 0 0.67 0.52 0.05
HSL 347.04º 0.86% 0.63% -
HSV(B) 347.04º 0.67% 0.95% -
XYZ 42.58 25.85 18.97 -
YUV 132.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 242 80 115 0 0.67 0.52 0.05 347.04 0.86 0.63
Hex F2 50 73 0 43 34 5 15B 56 3F
Octal 362 120 163 0 103 64 5 533 126 77
Binary 11110010 1010000 1110011 0 1000011 110100 101 101011011 1010110 111111

Color Harmonies of #F25073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25073

Black with #F25073

Text Example


Text Example

White with #F25073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25073; }

 p { color: rgb(242,80,115); }

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

background-color css

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

 a { background-color: rgb(242,80,115); }

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

border-color css

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

 span { border-color: rgb(242,80,115); }

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