Html Css Color HEX #F26073 Wild Watermelon

📋 copy color: '#F26073'

red 242 ◦ green 96 ◦ blue 115

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

Shades of Wild Watermelon #F26073

Tints of Wild Watermelon #F26073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.19%

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

R = 53.42%
G = 21.19%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F26073 (or 0xF26073) is known color: Wild Watermelon. HEX triplet: F2, 60 and 73. RGB value is (242,96,115). Sum of RGB (Red+Green+Blue) = 242+96+115=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F26073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26073 is #0D9F8C. Grayscale: #8D8D8D. Windows color (decimal): -892813 or 7561458. OLE color: 7561458.

HSL color Cylindrical-coordinate representation of color #F26073: hue angle of 352.19º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26073 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 115 -
CMYK 0 0.60 0.52 0.05
HSL 352.19º 0.85% 0.66% -
HSV(B) 352.19º 0.6% 0.95% -
XYZ 43.9 28.48 19.4 -
YUV 141.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 242 96 115 0 0.60 0.52 0.05 352.19 0.85 0.66
Hex F2 60 73 0 3C 34 5 160 55 42
Octal 362 140 163 0 74 64 5 540 125 102
Binary 11110010 1100000 1110011 0 111100 110100 101 101100000 1010101 1000010

Color Harmonies of #F26073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26073

Black with #F26073

Text Example


Text Example

White with #F26073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26073; }

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

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

background-color css

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

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

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

border-color css

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

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

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