Html Css Color HEX #F85C6B Wild Watermelon

📋 copy color: '#F85C6B'

red 248 ◦ green 92 ◦ blue 107

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

Shades of Wild Watermelon #F85C6B

Tints of Wild Watermelon #F85C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 55.48%
G = 20.58%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F85C6B (or 0xF85C6B) is known color: Wild Watermelon. HEX triplet: F8, 5C and 6B. RGB value is (248,92,107). Sum of RGB (Red+Green+Blue) = 248+92+107=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C6B is #07A394. Grayscale: #8C8C8C. Windows color (decimal): -500629 or 7036152. OLE color: 7036152.

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

Color convert

RGB 248 92 107 -
CMYK 0 0.63 0.57 0.03
HSL 354.23º 0.92% 0.67% -
HSV(B) 354.23º 0.63% 0.97% -
XYZ 45.19 28.67 17.06 -
YUV 140.35 109.18 204.78 -
System Red Green Blue C M Y K H S L
Decimal 248 92 107 0 0.63 0.57 0.03 354.23 0.92 0.67
Hex F8 5C 6B 0 3F 39 3 162 5C 43
Octal 370 134 153 0 77 71 3 542 134 103
Binary 11111000 1011100 1101011 0 111111 111001 11 101100010 1011100 1000011

Color Harmonies of #F85C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C6B

Black with #F85C6B

Text Example


Text Example

White with #F85C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C6B; }

 p { color: rgb(248,92,107); }

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

background-color css

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

 a { background-color: rgb(248,92,107); }

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

border-color css

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

 span { border-color: rgb(248,92,107); }

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