Html Css Color HEX #F2555B Wild Watermelon

📋 copy color: '#F2555B'

red 242 ◦ green 85 ◦ blue 91

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

Shades of Wild Watermelon #F2555B

Tints of Wild Watermelon #F2555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 57.89%
G = 20.33%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2555B (or 0xF2555B) is known color: Wild Watermelon. HEX triplet: F2, 55 and 5B. RGB value is (242,85,91). Sum of RGB (Red+Green+Blue) = 242+85+91=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2555B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2555B is #0DAAA4. Grayscale: #848484. Windows color (decimal): -895653 or 5985778. OLE color: 5985778.

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

Color convert

RGB 242 85 91 -
CMYK 0 0.65 0.62 0.05
HSL 357.71º 0.86% 0.64% -
HSV(B) 357.71º 0.65% 0.95% -
XYZ 41.75 26.13 12.74 -
YUV 132.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 242 85 91 0 0.65 0.62 0.05 357.71 0.86 0.64
Hex F2 55 5B 0 41 3E 5 166 56 40
Octal 362 125 133 0 101 76 5 546 126 100
Binary 11110010 1010101 1011011 0 1000001 111110 101 101100110 1010110 1000000

Color Harmonies of #F2555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2555B

Black with #F2555B

Text Example


Text Example

White with #F2555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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