Html Css Color HEX #F25B5D Wild Watermelon

📋 copy color: '#F25B5D'

red 242 ◦ green 91 ◦ blue 93

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

Shades of Wild Watermelon #F25B5D

Tints of Wild Watermelon #F25B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 56.81%
G = 21.36%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F25B5D (or 0xF25B5D) is known color: Wild Watermelon. HEX triplet: F2, 5B and 5D. RGB value is (242,91,93). Sum of RGB (Red+Green+Blue) = 242+91+93=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B5D is #0DA4A2. Grayscale: #888888. Windows color (decimal): -894115 or 6118386. OLE color: 6118386.

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

Color convert

RGB 242 91 93 -
CMYK 0 0.62 0.62 0.05
HSL 359.21º 0.85% 0.65% -
HSV(B) 359.21º 0.62% 0.95% -
XYZ 42.33 27.15 13.37 -
YUV 136.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 242 91 93 0 0.62 0.62 0.05 359.21 0.85 0.65
Hex F2 5B 5D 0 3E 3E 5 167 55 41
Octal 362 133 135 0 76 76 5 547 125 101
Binary 11110010 1011011 1011101 0 111110 111110 101 101100111 1010101 1000001

Color Harmonies of #F25B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B5D

Black with #F25B5D

Text Example


Text Example

White with #F25B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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