Html Css Color HEX #F2555A Wild Watermelon

📋 copy color: '#F2555A'

red 242 ◦ green 85 ◦ blue 90

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

Shades of Wild Watermelon #F2555A

Tints of Wild Watermelon #F2555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 58.03%
G = 20.38%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2555A (or 0xF2555A) is known color: Wild Watermelon. HEX triplet: F2, 55 and 5A. RGB value is (242,85,90). Sum of RGB (Red+Green+Blue) = 242+85+90=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2555A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2555A is #0DAAA5. Grayscale: #848484. Windows color (decimal): -895654 or 5920242. OLE color: 5920242.

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

Color convert

RGB 242 85 90 -
CMYK 0 0.65 0.63 0.05
HSL 358.09º 0.86% 0.64% -
HSV(B) 358.09º 0.65% 0.95% -
XYZ 41.71 26.11 12.51 -
YUV 132.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 242 85 90 0 0.65 0.63 0.05 358.09 0.86 0.64
Hex F2 55 5A 0 41 3F 5 166 56 40
Octal 362 125 132 0 101 77 5 546 126 100
Binary 11110010 1010101 1011010 0 1000001 111111 101 101100110 1010110 1000000

Color Harmonies of #F2555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2555A

Black with #F2555A

Text Example


Text Example

White with #F2555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2555A; }

 p { color: rgb(242,85,90); }

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

background-color css

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

 a { background-color: rgb(242,85,90); }

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

border-color css

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

 span { border-color: rgb(242,85,90); }

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