Html Css Color HEX #F05268 Wild Watermelon

📋 copy color: '#F05268'

red 240 ◦ green 82 ◦ blue 104

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

Shades of Wild Watermelon #F05268

Tints of Wild Watermelon #F05268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

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

R = 56.34%
G = 19.25%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F05268 (or 0xF05268) is known color: Wild Watermelon. HEX triplet: F0, 52 and 68. RGB value is (240,82,104). Sum of RGB (Red+Green+Blue) = 240+82+104=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F05268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05268 is #0FAD97. Grayscale: #838383. Windows color (decimal): -1027480 or 6836976. OLE color: 6836976.

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

Color convert

RGB 240 82 104 -
CMYK 0 0.66 0.57 0.06
HSL 351.65º 0.84% 0.63% -
HSV(B) 351.65º 0.66% 0.94% -
XYZ 41.45 25.56 15.85 -
YUV 131.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 240 82 104 0 0.66 0.57 0.06 351.65 0.84 0.63
Hex F0 52 68 0 42 39 6 160 54 3F
Octal 360 122 150 0 102 71 6 540 124 77
Binary 11110000 1010010 1101000 0 1000010 111001 110 101100000 1010100 111111

Color Harmonies of #F05268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05268

Black with #F05268

Text Example


Text Example

White with #F05268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05268; }

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

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

background-color css

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

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

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

border-color css

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

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

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