Html Css Color HEX #F85D6D Wild Watermelon

📋 copy color: '#F85D6D'

red 248 ◦ green 93 ◦ blue 109

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

Shades of Wild Watermelon #F85D6D

Tints of Wild Watermelon #F85D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 55.11%
G = 20.67%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F85D6D (or 0xF85D6D) is known color: Wild Watermelon. HEX triplet: F8, 5D and 6D. RGB value is (248,93,109). Sum of RGB (Red+Green+Blue) = 248+93+109=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85D6D is #07A292. Grayscale: #8D8D8D. Windows color (decimal): -500371 or 7167480. OLE color: 7167480.

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

Color convert

RGB 248 93 109 -
CMYK 0 0.62 0.56 0.03
HSL 353.81º 0.92% 0.67% -
HSV(B) 353.81º 0.63% 0.97% -
XYZ 45.39 28.89 17.65 -
YUV 141.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 248 93 109 0 0.62 0.56 0.03 353.81 0.92 0.67
Hex F8 5D 6D 0 3E 38 3 162 5C 43
Octal 370 135 155 0 76 70 3 542 134 103
Binary 11111000 1011101 1101101 0 111110 111000 11 101100010 1011100 1000011

Color Harmonies of #F85D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D6D

Black with #F85D6D

Text Example


Text Example

White with #F85D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D6D; }

 p { color: rgb(248,93,109); }

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

background-color css

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

 a { background-color: rgb(248,93,109); }

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

border-color css

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

 span { border-color: rgb(248,93,109); }

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