Html Css Color HEX #F05A69 Wild Watermelon

📋 copy color: '#F05A69'

red 240 ◦ green 90 ◦ blue 105

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

Shades of Wild Watermelon #F05A69

Tints of Wild Watermelon #F05A69

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

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

 BLUE value IS 105 (41.41% from 255) = 24.14%

R = 55.17%
G = 20.69%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F05A69 (or 0xF05A69) is known color: Wild Watermelon. HEX triplet: F0, 5A and 69. RGB value is (240,90,105). Sum of RGB (Red+Green+Blue) = 240+90+105=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A69 is #0FA596. Grayscale: #888888. Windows color (decimal): -1025431 or 6904560. OLE color: 6904560.

HSL color Cylindrical-coordinate representation of color #F05A69: hue angle of 354º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A69 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 105 -
CMYK 0 0.62 0.56 0.06
HSL 354º 0.83% 0.65% -
HSV(B) 354º 0.63% 0.94% -
XYZ 42.14 26.86 16.33 -
YUV 136.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 240 90 105 0 0.62 0.56 0.06 354 0.83 0.65
Hex F0 5A 69 0 3E 38 6 162 53 41
Octal 360 132 151 0 76 70 6 542 123 101
Binary 11110000 1011010 1101001 0 111110 111000 110 101100010 1010011 1000001

Color Harmonies of #F05A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A69

Black with #F05A69

Text Example


Text Example

White with #F05A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A69; }

 p { color: rgb(240,90,105); }

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

background-color css

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

 a { background-color: rgb(240,90,105); }

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

border-color css

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

 span { border-color: rgb(240,90,105); }

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