Html Css Color HEX #F05067 Wild Watermelon

📋 copy color: '#F05067'

red 240 ◦ green 80 ◦ blue 103

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

Shades of Wild Watermelon #F05067

Tints of Wild Watermelon #F05067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.35%

R = 56.74%
G = 18.91%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F05067 (or 0xF05067) is known color: Wild Watermelon. HEX triplet: F0, 50 and 67. RGB value is (240,80,103). Sum of RGB (Red+Green+Blue) = 240+80+103=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05067 is #0FAF98. Grayscale: #828282. Windows color (decimal): -1027993 or 6770928. OLE color: 6770928.

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

Color convert

RGB 240 80 103 -
CMYK 0 0.67 0.57 0.06
HSL 351.38º 0.84% 0.63% -
HSV(B) 351.38º 0.67% 0.94% -
XYZ 41.25 25.24 15.53 -
YUV 130.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 240 80 103 0 0.67 0.57 0.06 351.38 0.84 0.63
Hex F0 50 67 0 43 39 6 15F 54 3F
Octal 360 120 147 0 103 71 6 537 124 77
Binary 11110000 1010000 1100111 0 1000011 111001 110 101011111 1010100 111111

Color Harmonies of #F05067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05067

Black with #F05067

Text Example


Text Example

White with #F05067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05067; }

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

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

background-color css

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

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

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

border-color css

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

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

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