Html Css Color HEX #F25465 Wild Watermelon

📋 copy color: '#F25465'

red 242 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #F25465

Tints of Wild Watermelon #F25465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 56.67%
G = 19.67%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25465 (or 0xF25465) is known color: Wild Watermelon. HEX triplet: F2, 54 and 65. RGB value is (242,84,101). Sum of RGB (Red+Green+Blue) = 242+84+101=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25465 is #0DAB9A. Grayscale: #858585. Windows color (decimal): -895899 or 6640882. OLE color: 6640882.

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

Color convert

RGB 242 84 101 -
CMYK 0 0.65 0.58 0.05
HSL 353.54º 0.86% 0.64% -
HSV(B) 353.54º 0.65% 0.95% -
XYZ 42.14 26.16 15.14 -
YUV 133.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 242 84 101 0 0.65 0.58 0.05 353.54 0.86 0.64
Hex F2 54 65 0 41 3A 5 162 56 40
Octal 362 124 145 0 101 72 5 542 126 100
Binary 11110010 1010100 1100101 0 1000001 111010 101 101100010 1010110 1000000

Color Harmonies of #F25465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25465

Black with #F25465

Text Example


Text Example

White with #F25465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25465; }

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

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

background-color css

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

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

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

border-color css

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

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

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