Html Css Color HEX #F25364 Wild Watermelon

📋 copy color: '#F25364'

red 242 ◦ green 83 ◦ blue 100

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

Shades of Wild Watermelon #F25364

Tints of Wild Watermelon #F25364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.53%

 BLUE value IS 100 (39.45% from 255) = 23.53%

R = 56.94%
G = 19.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25364 (or 0xF25364) is known color: Wild Watermelon. HEX triplet: F2, 53 and 64. RGB value is (242,83,100). Sum of RGB (Red+Green+Blue) = 242+83+100=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25364 is #0DAC9B. Grayscale: #848484. Windows color (decimal): -896156 or 6575090. OLE color: 6575090.

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

Color convert

RGB 242 83 100 -
CMYK 0 0.66 0.59 0.05
HSL 353.58º 0.86% 0.64% -
HSV(B) 353.58º 0.66% 0.95% -
XYZ 42.01 25.98 14.86 -
YUV 132.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 242 83 100 0 0.66 0.59 0.05 353.58 0.86 0.64
Hex F2 53 64 0 42 3B 5 162 56 40
Octal 362 123 144 0 102 73 5 542 126 100
Binary 11110010 1010011 1100100 0 1000010 111011 101 101100010 1010110 1000000

Color Harmonies of #F25364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25364

Black with #F25364

Text Example


Text Example

White with #F25364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25364; }

 p { color: rgb(242,83,100); }

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

background-color css

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

 a { background-color: rgb(242,83,100); }

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

border-color css

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

 span { border-color: rgb(242,83,100); }

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