Html Css Color HEX #F36066 Wild Watermelon

📋 copy color: '#F36066'

red 243 ◦ green 96 ◦ blue 102

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

Shades of Wild Watermelon #F36066

Tints of Wild Watermelon #F36066

RGB

 RED value IS 243 (95.31% from 255) = 55.1%

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

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 55.1%
G = 21.77%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F36066 (or 0xF36066) is known color: Wild Watermelon. HEX triplet: F3, 60 and 66. RGB value is (243,96,102). Sum of RGB (Red+Green+Blue) = 243+96+102=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F36066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36066 is #0C9F99. Grayscale: #8C8C8C. Windows color (decimal): -827290 or 6709491. OLE color: 6709491.

HSL color Cylindrical-coordinate representation of color #F36066: hue angle of 357.55º degrees, saturation: 0.86, 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 #F36066 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 96 102 -
CMYK 0 0.60 0.58 0.05
HSL 357.55º 0.86% 0.66% -
HSV(B) 357.55º 0.6% 0.95% -
XYZ 43.54 28.38 15.75 -
YUV 140.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 243 96 102 0 0.60 0.58 0.05 357.55 0.86 0.66
Hex F3 60 66 0 3C 3A 5 166 56 42
Octal 363 140 146 0 74 72 5 546 126 102
Binary 11110011 1100000 1100110 0 111100 111010 101 101100110 1010110 1000010

Color Harmonies of #F36066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36066

Black with #F36066

Text Example


Text Example

White with #F36066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36066; }

 p { color: rgb(243,96,102); }

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

background-color css

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

 a { background-color: rgb(243,96,102); }

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

border-color css

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

 span { border-color: rgb(243,96,102); }

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