Html Css Color HEX #F2506A Wild Watermelon

📋 copy color: '#F2506A'

red 242 ◦ green 80 ◦ blue 106

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

Shades of Wild Watermelon #F2506A

Tints of Wild Watermelon #F2506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 56.54%
G = 18.69%
B = 24.77%

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

#F2506A (or 0xF2506A) is known color: Wild Watermelon. HEX triplet: F2, 50 and 6A. RGB value is (242,80,106). Sum of RGB (Red+Green+Blue) = 242+80+106=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2506A is #0DAF95. Grayscale: #838383. Windows color (decimal): -896918 or 6967538. OLE color: 6967538.

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

Color convert

RGB 242 80 106 -
CMYK 0 0.67 0.56 0.05
HSL 350.37º 0.86% 0.63% -
HSV(B) 350.37º 0.67% 0.95% -
XYZ 42.09 25.66 16.37 -
YUV 131.4 113.67 206.89 -
System Red Green Blue C M Y K H S L
Decimal 242 80 106 0 0.67 0.56 0.05 350.37 0.86 0.63
Hex F2 50 6A 0 43 38 5 15E 56 3F
Octal 362 120 152 0 103 70 5 536 126 77
Binary 11110010 1010000 1101010 0 1000011 111000 101 101011110 1010110 111111

Color Harmonies of #F2506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2506A

Black with #F2506A

Text Example


Text Example

White with #F2506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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