Html Css Color HEX #F26375 Wild Watermelon

📋 copy color: '#F26375'

red 242 ◦ green 99 ◦ blue 117

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

Shades of Wild Watermelon #F26375

Tints of Wild Watermelon #F26375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 52.84%
G = 21.62%
B = 25.55%

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

#F26375 (or 0xF26375) is known color: Wild Watermelon. HEX triplet: F2, 63 and 75. RGB value is (242,99,117). Sum of RGB (Red+Green+Blue) = 242+99+117=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26375 is #0D9C8A. Grayscale: #8F8F8F. Windows color (decimal): -892043 or 7693298. OLE color: 7693298.

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

Color convert

RGB 242 99 117 -
CMYK 0 0.59 0.52 0.05
HSL 352.45º 0.85% 0.67% -
HSV(B) 352.45º 0.59% 0.95% -
XYZ 44.29 29.09 20.11 -
YUV 143.81 112.88 198.04 -
System Red Green Blue C M Y K H S L
Decimal 242 99 117 0 0.59 0.52 0.05 352.45 0.85 0.67
Hex F2 63 75 0 3B 34 5 160 55 43
Octal 362 143 165 0 73 64 5 540 125 103
Binary 11110010 1100011 1110101 0 111011 110100 101 101100000 1010101 1000011

Color Harmonies of #F26375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26375

Black with #F26375

Text Example


Text Example

White with #F26375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26375; }

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

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

background-color css

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

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

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

border-color css

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

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

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