Html Css Color HEX #F2506B Wild Watermelon

📋 copy color: '#F2506B'

red 242 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #F2506B

Tints of Wild Watermelon #F2506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 56.41%
G = 18.65%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2506B (or 0xF2506B) is known color: Wild Watermelon. HEX triplet: F2, 50 and 6B. RGB value is (242,80,107). Sum of RGB (Red+Green+Blue) = 242+80+107=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2506B is #0DAF94. Grayscale: #838383. Windows color (decimal): -896917 or 7033074. OLE color: 7033074.

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

Color convert

RGB 242 80 107 -
CMYK 0 0.67 0.56 0.05
HSL 350º 0.86% 0.63% -
HSV(B) 350º 0.67% 0.95% -
XYZ 42.14 25.68 16.64 -
YUV 131.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 242 80 107 0 0.67 0.56 0.05 350 0.86 0.63
Hex F2 50 6B 0 43 38 5 15E 56 3F
Octal 362 120 153 0 103 70 5 536 126 77
Binary 11110010 1010000 1101011 0 1000011 111000 101 101011110 1010110 111111

Color Harmonies of #F2506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2506B

Black with #F2506B

Text Example


Text Example

White with #F2506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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