Html Css Color HEX #F2506C Wild Watermelon

📋 copy color: '#F2506C'

red 242 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #F2506C

Tints of Wild Watermelon #F2506C

RGB

 RED value IS 242 (94.92% from 255) = 56.28%

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

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 56.28%
G = 18.6%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2506C (or 0xF2506C) is known color: Wild Watermelon. HEX triplet: F2, 50 and 6C. RGB value is (242,80,108). Sum of RGB (Red+Green+Blue) = 242+80+108=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2506C is #0DAF93. Grayscale: #838383. Windows color (decimal): -896916 or 7098610. OLE color: 7098610.

HSL color Cylindrical-coordinate representation of color #F2506C: hue angle of 349.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2506C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 80 108 -
CMYK 0 0.67 0.55 0.05
HSL 349.63º 0.86% 0.63% -
HSV(B) 349.63º 0.67% 0.95% -
XYZ 42.19 25.7 16.92 -
YUV 131.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 242 80 108 0 0.67 0.55 0.05 349.63 0.86 0.63
Hex F2 50 6C 0 43 37 5 15E 56 3F
Octal 362 120 154 0 103 67 5 536 126 77
Binary 11110010 1010000 1101100 0 1000011 110111 101 101011110 1010110 111111

Color Harmonies of #F2506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2506C

Black with #F2506C

Text Example


Text Example

White with #F2506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2506C; }

 p { color: rgb(242,80,108); }

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

background-color css

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

 a { background-color: rgb(242,80,108); }

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

border-color css

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

 span { border-color: rgb(242,80,108); }

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