Html Css Color HEX #F2505E Wild Watermelon

📋 copy color: '#F2505E'

red 242 ◦ green 80 ◦ blue 94

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

Shades of Wild Watermelon #F2505E

Tints of Wild Watermelon #F2505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 58.17%
G = 19.23%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2505E (or 0xF2505E) is known color: Wild Watermelon. HEX triplet: F2, 50 and 5E. RGB value is (242,80,94). Sum of RGB (Red+Green+Blue) = 242+80+94=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F2505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2505E is #0DAFA1. Grayscale: #828282. Windows color (decimal): -896930 or 6181106. OLE color: 6181106.

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

Color convert

RGB 242 80 94 -
CMYK 0 0.67 0.61 0.05
HSL 354.81º 0.86% 0.63% -
HSV(B) 354.81º 0.67% 0.95% -
XYZ 41.51 25.42 13.31 -
YUV 130.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 242 80 94 0 0.67 0.61 0.05 354.81 0.86 0.63
Hex F2 50 5E 0 43 3D 5 163 56 3F
Octal 362 120 136 0 103 75 5 543 126 77
Binary 11110010 1010000 1011110 0 1000011 111101 101 101100011 1010110 111111

Color Harmonies of #F2505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2505E

Black with #F2505E

Text Example


Text Example

White with #F2505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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