Html Css Color HEX #F05068 Wild Watermelon

📋 copy color: '#F05068'

red 240 ◦ green 80 ◦ blue 104

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

Shades of Wild Watermelon #F05068

Tints of Wild Watermelon #F05068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 56.6%
G = 18.87%
B = 24.53%

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

#F05068 (or 0xF05068) is known color: Wild Watermelon. HEX triplet: F0, 50 and 68. RGB value is (240,80,104). Sum of RGB (Red+Green+Blue) = 240+80+104=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F05068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05068 is #0FAF97. Grayscale: #828282. Windows color (decimal): -1027992 or 6836464. OLE color: 6836464.

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

Color convert

RGB 240 80 104 -
CMYK 0 0.67 0.57 0.06
HSL 351º 0.84% 0.63% -
HSV(B) 351º 0.67% 0.94% -
XYZ 41.3 25.26 15.8 -
YUV 130.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 240 80 104 0 0.67 0.57 0.06 351 0.84 0.63
Hex F0 50 68 0 43 39 6 15F 54 3F
Octal 360 120 150 0 103 71 6 537 124 77
Binary 11110000 1010000 1101000 0 1000011 111001 110 101011111 1010100 111111

Color Harmonies of #F05068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05068

Black with #F05068

Text Example


Text Example

White with #F05068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05068; }

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

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

background-color css

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

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

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

border-color css

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

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

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