Html Css Color HEX #F26374 Wild Watermelon

📋 copy color: '#F26374'

red 242 ◦ green 99 ◦ blue 116

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

Shades of Wild Watermelon #F26374

Tints of Wild Watermelon #F26374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.66%

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 52.95%
G = 21.66%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F26374 (or 0xF26374) is known color: Wild Watermelon. HEX triplet: F2, 63 and 74. RGB value is (242,99,116). Sum of RGB (Red+Green+Blue) = 242+99+116=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F26374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26374 is #0D9C8B. Grayscale: #8F8F8F. Windows color (decimal): -892044 or 7627762. OLE color: 7627762.

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

Color convert

RGB 242 99 116 -
CMYK 0 0.59 0.52 0.05
HSL 352.87º 0.85% 0.67% -
HSV(B) 352.87º 0.59% 0.95% -
XYZ 44.23 29.06 19.8 -
YUV 143.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 242 99 116 0 0.59 0.52 0.05 352.87 0.85 0.67
Hex F2 63 74 0 3B 34 5 161 55 43
Octal 362 143 164 0 73 64 5 541 125 103
Binary 11110010 1100011 1110100 0 111011 110100 101 101100001 1010101 1000011

Color Harmonies of #F26374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26374

Black with #F26374

Text Example


Text Example

White with #F26374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26374; }

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

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

background-color css

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

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

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

border-color css

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

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

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