Html Css Color HEX #F05B68 Wild Watermelon

📋 copy color: '#F05B68'

red 240 ◦ green 91 ◦ blue 104

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

Shades of Wild Watermelon #F05B68

Tints of Wild Watermelon #F05B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

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

R = 55.17%
G = 20.92%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F05B68 (or 0xF05B68) is known color: Wild Watermelon. HEX triplet: F0, 5B and 68. RGB value is (240,91,104). Sum of RGB (Red+Green+Blue) = 240+91+104=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B68 is #0FA497. Grayscale: #898989. Windows color (decimal): -1025176 or 6839280. OLE color: 6839280.

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

Color convert

RGB 240 91 104 -
CMYK 0 0.62 0.57 0.06
HSL 354.77º 0.83% 0.65% -
HSV(B) 354.77º 0.62% 0.94% -
XYZ 42.17 27.01 16.09 -
YUV 137.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 240 91 104 0 0.62 0.57 0.06 354.77 0.83 0.65
Hex F0 5B 68 0 3E 39 6 163 53 41
Octal 360 133 150 0 76 71 6 543 123 101
Binary 11110000 1011011 1101000 0 111110 111001 110 101100011 1010011 1000001

Color Harmonies of #F05B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B68

Black with #F05B68

Text Example


Text Example

White with #F05B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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