Html Css Color HEX #F0506C Wild Watermelon

📋 copy color: '#F0506C'

red 240 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #F0506C

Tints of Wild Watermelon #F0506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 56.07%
G = 18.69%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0506C (or 0xF0506C) is known color: Wild Watermelon. HEX triplet: F0, 50 and 6C. RGB value is (240,80,108). Sum of RGB (Red+Green+Blue) = 240+80+108=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506C is #0FAF93. Grayscale: #838383. Windows color (decimal): -1027988 or 7098608. OLE color: 7098608.

HSL color Cylindrical-coordinate representation of color #F0506C: hue angle of 349.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0506C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 108 -
CMYK 0 0.67 0.55 0.06
HSL 349.5º 0.84% 0.63% -
HSV(B) 349.5º 0.67% 0.94% -
XYZ 41.51 25.35 16.89 -
YUV 131.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 240 80 108 0 0.67 0.55 0.06 349.5 0.84 0.63
Hex F0 50 6C 0 43 37 6 15E 54 3F
Octal 360 120 154 0 103 67 6 536 124 77
Binary 11110000 1010000 1101100 0 1000011 110111 110 101011110 1010100 111111

Color Harmonies of #F0506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0506C

Black with #F0506C

Text Example


Text Example

White with #F0506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0506C; }

 p { color: rgb(240,80,108); }

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

background-color css

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

 a { background-color: rgb(240,80,108); }

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

border-color css

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

 span { border-color: rgb(240,80,108); }

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