Html Css Color HEX #F25D71 Wild Watermelon

📋 copy color: '#F25D71'

red 242 ◦ green 93 ◦ blue 113

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

Shades of Wild Watermelon #F25D71

Tints of Wild Watermelon #F25D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 54.02%
G = 20.76%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F25D71 (or 0xF25D71) is known color: Wild Watermelon. HEX triplet: F2, 5D and 71. RGB value is (242,93,113). Sum of RGB (Red+Green+Blue) = 242+93+113=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D71 is #0DA28E. Grayscale: #8B8B8B. Windows color (decimal): -893583 or 7429618. OLE color: 7429618.

HSL color Cylindrical-coordinate representation of color #F25D71: hue angle of 351.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25D71 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 113 -
CMYK 0 0.62 0.53 0.05
HSL 351.95º 0.85% 0.66% -
HSV(B) 351.95º 0.62% 0.95% -
XYZ 43.51 27.9 18.71 -
YUV 139.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 242 93 113 0 0.62 0.53 0.05 351.95 0.85 0.66
Hex F2 5D 71 0 3E 35 5 160 55 42
Octal 362 135 161 0 76 65 5 540 125 102
Binary 11110010 1011101 1110001 0 111110 110101 101 101100000 1010101 1000010

Color Harmonies of #F25D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D71

Black with #F25D71

Text Example


Text Example

White with #F25D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D71; }

 p { color: rgb(242,93,113); }

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

background-color css

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

 a { background-color: rgb(242,93,113); }

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

border-color css

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

 span { border-color: rgb(242,93,113); }

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