Html Css Color HEX #F85366 Wild Watermelon

📋 copy color: '#F85366'

red 248 ◦ green 83 ◦ blue 102

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

Shades of Wild Watermelon #F85366

Tints of Wild Watermelon #F85366

RGB

 RED value IS 248 (97.27% from 255) = 57.27%

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 57.27%
G = 19.17%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F85366 (or 0xF85366) is known color: Wild Watermelon. HEX triplet: F8, 53 and 66. RGB value is (248,83,102). Sum of RGB (Red+Green+Blue) = 248+83+102=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F85366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85366 is #07AC99. Grayscale: #868686. Windows color (decimal): -502938 or 6706168. OLE color: 6706168.

HSL color Cylindrical-coordinate representation of color #F85366: hue angle of 353.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F85366 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 102 -
CMYK 0 0.67 0.59 0.03
HSL 353.09º 0.92% 0.65% -
HSV(B) 353.09º 0.67% 0.97% -
XYZ 44.2 27.1 15.47 -
YUV 134.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 248 83 102 0 0.67 0.59 0.03 353.09 0.92 0.65
Hex F8 53 66 0 43 3B 3 161 5C 41
Octal 370 123 146 0 103 73 3 541 134 101
Binary 11111000 1010011 1100110 0 1000011 111011 11 101100001 1011100 1000001

Color Harmonies of #F85366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85366

Black with #F85366

Text Example


Text Example

White with #F85366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85366; }

 p { color: rgb(248,83,102); }

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

background-color css

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

 a { background-color: rgb(248,83,102); }

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

border-color css

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

 span { border-color: rgb(248,83,102); }

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