Html Css Color HEX #F85A6A Wild Watermelon

📋 copy color: '#F85A6A'

red 248 ◦ green 90 ◦ blue 106

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

Shades of Wild Watermelon #F85A6A

Tints of Wild Watermelon #F85A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.27%

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 55.86%
G = 20.27%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F85A6A (or 0xF85A6A) is known color: Wild Watermelon. HEX triplet: F8, 5A and 6A. RGB value is (248,90,106). Sum of RGB (Red+Green+Blue) = 248+90+106=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85A6A is #07A595. Grayscale: #8B8B8B. Windows color (decimal): -501142 or 6970104. OLE color: 6970104.

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

Color convert

RGB 248 90 106 -
CMYK 0 0.64 0.57 0.03
HSL 353.92º 0.92% 0.66% -
HSV(B) 353.92º 0.64% 0.97% -
XYZ 44.97 28.31 16.73 -
YUV 139.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 248 90 106 0 0.64 0.57 0.03 353.92 0.92 0.66
Hex F8 5A 6A 0 40 39 3 162 5C 42
Octal 370 132 152 0 100 71 3 542 134 102
Binary 11111000 1011010 1101010 0 1000000 111001 11 101100010 1011100 1000010

Color Harmonies of #F85A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A6A

Black with #F85A6A

Text Example


Text Example

White with #F85A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A6A; }

 p { color: rgb(248,90,106); }

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

background-color css

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

 a { background-color: rgb(248,90,106); }

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

border-color css

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

 span { border-color: rgb(248,90,106); }

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