Html Css Color HEX #F0506B Wild Watermelon

📋 copy color: '#F0506B'

red 240 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #F0506B

Tints of Wild Watermelon #F0506B

RGB

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

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

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

R = 56.21%
G = 18.74%
B = 25.06%

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

#F0506B (or 0xF0506B) is known color: Wild Watermelon. HEX triplet: F0, 50 and 6B. RGB value is (240,80,107). Sum of RGB (Red+Green+Blue) = 240+80+107=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0506B is #0FAF94. Grayscale: #828282. Windows color (decimal): -1027989 or 7033072. OLE color: 7033072.

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

Color convert

RGB 240 80 107 -
CMYK 0 0.67 0.55 0.06
HSL 349.88º 0.84% 0.63% -
HSV(B) 349.88º 0.67% 0.94% -
XYZ 41.46 25.32 16.61 -
YUV 130.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 240 80 107 0 0.67 0.55 0.06 349.88 0.84 0.63
Hex F0 50 6B 0 43 37 6 15E 54 3F
Octal 360 120 153 0 103 67 6 536 124 77
Binary 11110000 1010000 1101011 0 1000011 110111 110 101011110 1010100 111111

Color Harmonies of #F0506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0506B

Black with #F0506B

Text Example


Text Example

White with #F0506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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