Html Css Color HEX #F04B68 Wild Watermelon

📋 copy color: '#F04B68'

red 240 ◦ green 75 ◦ blue 104

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

Shades of Wild Watermelon #F04B68

Tints of Wild Watermelon #F04B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.9%

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

R = 57.28%
G = 17.9%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F04B68 (or 0xF04B68) is known color: Wild Watermelon. HEX triplet: F0, 4B and 68. RGB value is (240,75,104). Sum of RGB (Red+Green+Blue) = 240+75+104=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04B68 is #0FB497. Grayscale: #7F7F7F. Windows color (decimal): -1029272 or 6835184. OLE color: 6835184.

HSL color Cylindrical-coordinate representation of color #F04B68: hue angle of 349.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04B68 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 75 104 -
CMYK 0 0.69 0.57 0.06
HSL 349.45º 0.85% 0.62% -
HSV(B) 349.45º 0.69% 0.94% -
XYZ 40.95 24.56 15.68 -
YUV 127.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 240 75 104 0 0.69 0.57 0.06 349.45 0.85 0.62
Hex F0 4B 68 0 45 39 6 15D 55 3E
Octal 360 113 150 0 105 71 6 535 125 76
Binary 11110000 1001011 1101000 0 1000101 111001 110 101011101 1010101 111110

Color Harmonies of #F04B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B68

Black with #F04B68

Text Example


Text Example

White with #F04B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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