Html Css Color HEX #F25479 Wild Watermelon

📋 copy color: '#F25479'

red 242 ◦ green 84 ◦ blue 121

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

Shades of Wild Watermelon #F25479

Tints of Wild Watermelon #F25479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.07%

R = 54.14%
G = 18.79%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25479 (or 0xF25479) is known color: Wild Watermelon. HEX triplet: F2, 54 and 79. RGB value is (242,84,121). Sum of RGB (Red+Green+Blue) = 242+84+121=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F25479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25479 is #0DAB86. Grayscale: #878787. Windows color (decimal): -895879 or 7951602. OLE color: 7951602.

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

Color convert

RGB 242 84 121 -
CMYK 0 0.65 0.50 0.05
HSL 345.95º 0.86% 0.64% -
HSV(B) 345.95º 0.65% 0.95% -
XYZ 43.24 26.6 20.94 -
YUV 135.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 242 84 121 0 0.65 0.50 0.05 345.95 0.86 0.64
Hex F2 54 79 0 41 32 5 15A 56 40
Octal 362 124 171 0 101 62 5 532 126 100
Binary 11110010 1010100 1111001 0 1000001 110010 101 101011010 1010110 1000000

Color Harmonies of #F25479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25479

Black with #F25479

Text Example


Text Example

White with #F25479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25479; }

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

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

background-color css

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

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

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

border-color css

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

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

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