Html Css Color HEX #F25471 Wild Watermelon

📋 copy color: '#F25471'

red 242 ◦ green 84 ◦ blue 113

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

Shades of Wild Watermelon #F25471

Tints of Wild Watermelon #F25471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

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

R = 55.13%
G = 19.13%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F25471 (or 0xF25471) is known color: Wild Watermelon. HEX triplet: F2, 54 and 71. RGB value is (242,84,113). Sum of RGB (Red+Green+Blue) = 242+84+113=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F25471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25471 is #0DAB8E. Grayscale: #868686. Windows color (decimal): -895887 or 7427314. OLE color: 7427314.

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

Color convert

RGB 242 84 113 -
CMYK 0 0.65 0.53 0.05
HSL 348.99º 0.86% 0.64% -
HSV(B) 348.99º 0.65% 0.95% -
XYZ 42.77 26.41 18.47 -
YUV 134.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 242 84 113 0 0.65 0.53 0.05 348.99 0.86 0.64
Hex F2 54 71 0 41 35 5 15D 56 40
Octal 362 124 161 0 101 65 5 535 126 100
Binary 11110010 1010100 1110001 0 1000001 110101 101 101011101 1010110 1000000

Color Harmonies of #F25471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25471

Black with #F25471

Text Example


Text Example

White with #F25471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25471; }

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

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

background-color css

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

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

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

border-color css

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

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

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