Html Css Color HEX #F25063 Wild Watermelon

📋 copy color: '#F25063'

red 242 ◦ green 80 ◦ blue 99

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

Shades of Wild Watermelon #F25063

Tints of Wild Watermelon #F25063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 57.48%
G = 19%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25063 (or 0xF25063) is known color: Wild Watermelon. HEX triplet: F2, 50 and 63. RGB value is (242,80,99). Sum of RGB (Red+Green+Blue) = 242+80+99=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F25063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25063 is #0DAF9C. Grayscale: #828282. Windows color (decimal): -896925 or 6508786. OLE color: 6508786.

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

Color convert

RGB 242 80 99 -
CMYK 0 0.67 0.59 0.05
HSL 352.96º 0.86% 0.63% -
HSV(B) 352.96º 0.67% 0.95% -
XYZ 41.74 25.52 14.53 -
YUV 130.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 242 80 99 0 0.67 0.59 0.05 352.96 0.86 0.63
Hex F2 50 63 0 43 3B 5 161 56 3F
Octal 362 120 143 0 103 73 5 541 126 77
Binary 11110010 1010000 1100011 0 1000011 111011 101 101100001 1010110 111111

Color Harmonies of #F25063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25063

Black with #F25063

Text Example


Text Example

White with #F25063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25063; }

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

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

background-color css

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

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

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

border-color css

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

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

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