Html Css Color HEX #F25C71 Wild Watermelon

📋 copy color: '#F25C71'

red 242 ◦ green 92 ◦ blue 113

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

Shades of Wild Watermelon #F25C71

Tints of Wild Watermelon #F25C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

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

R = 54.14%
G = 20.58%
B = 25.28%

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

#F25C71 (or 0xF25C71) is known color: Wild Watermelon. HEX triplet: F2, 5C and 71. RGB value is (242,92,113). Sum of RGB (Red+Green+Blue) = 242+92+113=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C71 is #0DA38E. Grayscale: #8B8B8B. Windows color (decimal): -893839 or 7429362. OLE color: 7429362.

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

Color convert

RGB 242 92 113 -
CMYK 0 0.62 0.53 0.05
HSL 351.6º 0.85% 0.65% -
HSV(B) 351.6º 0.62% 0.95% -
XYZ 43.43 27.72 18.69 -
YUV 139.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 242 92 113 0 0.62 0.53 0.05 351.6 0.85 0.65
Hex F2 5C 71 0 3E 35 5 160 55 41
Octal 362 134 161 0 76 65 5 540 125 101
Binary 11110010 1011100 1110001 0 111110 110101 101 101100000 1010101 1000001

Color Harmonies of #F25C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C71

Black with #F25C71

Text Example


Text Example

White with #F25C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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