Html Css Color HEX #F05A6B Wild Watermelon

📋 copy color: '#F05A6B'

red 240 ◦ green 90 ◦ blue 107

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

Shades of Wild Watermelon #F05A6B

Tints of Wild Watermelon #F05A6B

RGB

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

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

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

R = 54.92%
G = 20.59%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F05A6B (or 0xF05A6B) is known color: Wild Watermelon. HEX triplet: F0, 5A and 6B. RGB value is (240,90,107). Sum of RGB (Red+Green+Blue) = 240+90+107=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A6B is #0FA594. Grayscale: #888888. Windows color (decimal): -1025429 or 7035632. OLE color: 7035632.

HSL color Cylindrical-coordinate representation of color #F05A6B: hue angle of 353.2º 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 #F05A6B is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 90 107 -
CMYK 0 0.62 0.55 0.06
HSL 353.2º 0.83% 0.65% -
HSV(B) 353.2º 0.63% 0.94% -
XYZ 42.25 26.9 16.88 -
YUV 136.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 240 90 107 0 0.62 0.55 0.06 353.2 0.83 0.65
Hex F0 5A 6B 0 3E 37 6 161 53 41
Octal 360 132 153 0 76 67 6 541 123 101
Binary 11110000 1011010 1101011 0 111110 110111 110 101100001 1010011 1000001

Color Harmonies of #F05A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A6B

Black with #F05A6B

Text Example


Text Example

White with #F05A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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