Html Css Color HEX #FE6072 Wild Watermelon

📋 copy color: '#FE6072'

red 254 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #FE6072

Tints of Wild Watermelon #FE6072

RGB

 RED value IS 254 (99.61% from 255) = 54.74%

 GREEN value IS 96 (37.89% from 255) = 20.69%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 54.74%
G = 20.69%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE6072 (or 0xFE6072) is known color: Wild Watermelon. HEX triplet: FE, 60 and 72. RGB value is (254,96,114). Sum of RGB (Red+Green+Blue) = 254+96+114=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6072 is #019F8D. Grayscale: #919191. Windows color (decimal): -106382 or 7495934. OLE color: 7495934.

HSL color Cylindrical-coordinate representation of color #FE6072: hue angle of 353.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6072 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 96 114 -
CMYK 0 0.62 0.55 0.00
HSL 353.16º 0.99% 0.69% -
HSV(B) 353.16º 0.62% 1% -
XYZ 48.09 30.65 19.3 -
YUV 145.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 254 96 114 0 0.62 0.55 0.00 353.16 0.99 0.69
Hex FE 60 72 0 3E 37 0 161 63 45
Octal 376 140 162 0 76 67 0 541 143 105
Binary 11111110 1100000 1110010 0 111110 110111 0 101100001 1100011 1000101

Color Harmonies of #FE6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6072

Black with #FE6072

Text Example


Text Example

White with #FE6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6072; }

 p { color: rgb(254,96,114); }

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

background-color css

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

 a { background-color: rgb(254,96,114); }

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

border-color css

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

 span { border-color: rgb(254,96,114); }

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