Html Css Color HEX #F25270 Wild Watermelon

📋 copy color: '#F25270'

red 242 ◦ green 82 ◦ blue 112

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

Shades of Wild Watermelon #F25270

Tints of Wild Watermelon #F25270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 55.5%
G = 18.81%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F25270 (or 0xF25270) is known color: Wild Watermelon. HEX triplet: F2, 52 and 70. RGB value is (242,82,112). Sum of RGB (Red+Green+Blue) = 242+82+112=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25270 is #0DAD8F. Grayscale: #858585. Windows color (decimal): -896400 or 7361266. OLE color: 7361266.

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

Color convert

RGB 242 82 112 -
CMYK 0 0.66 0.54 0.05
HSL 348.75º 0.86% 0.64% -
HSV(B) 348.75º 0.66% 0.95% -
XYZ 42.56 26.08 18.12 -
YUV 133.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 242 82 112 0 0.66 0.54 0.05 348.75 0.86 0.64
Hex F2 52 70 0 42 36 5 15D 56 40
Octal 362 122 160 0 102 66 5 535 126 100
Binary 11110010 1010010 1110000 0 1000010 110110 101 101011101 1010110 1000000

Color Harmonies of #F25270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25270

Black with #F25270

Text Example


Text Example

White with #F25270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25270; }

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

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

background-color css

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

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

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

border-color css

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

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

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