Html Css Color HEX #F25262 Wild Watermelon

📋 copy color: '#F25262'

red 242 ◦ green 82 ◦ blue 98

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

Shades of Wild Watermelon #F25262

Tints of Wild Watermelon #F25262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 57.35%
G = 19.43%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F25262 (or 0xF25262) is known color: Wild Watermelon. HEX triplet: F2, 52 and 62. RGB value is (242,82,98). Sum of RGB (Red+Green+Blue) = 242+82+98=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F25262 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25262 is #0DAD9D. Grayscale: #838383. Windows color (decimal): -896414 or 6443762. OLE color: 6443762.

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

Color convert

RGB 242 82 98 -
CMYK 0 0.66 0.60 0.05
HSL 354º 0.86% 0.64% -
HSV(B) 354º 0.66% 0.95% -
XYZ 41.84 25.79 14.33 -
YUV 131.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 242 82 98 0 0.66 0.60 0.05 354 0.86 0.64
Hex F2 52 62 0 42 3C 5 162 56 40
Octal 362 122 142 0 102 74 5 542 126 100
Binary 11110010 1010010 1100010 0 1000010 111100 101 101100010 1010110 1000000

Color Harmonies of #F25262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25262

Black with #F25262

Text Example


Text Example

White with #F25262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25262; }

 p { color: rgb(242,82,98); }

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

background-color css

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

 a { background-color: rgb(242,82,98); }

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

border-color css

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

 span { border-color: rgb(242,82,98); }

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