Html Css Color HEX #FE606B Wild Watermelon

📋 copy color: '#FE606B'

red 254 ◦ green 96 ◦ blue 107

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

Shades of Wild Watermelon #FE606B

Tints of Wild Watermelon #FE606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 55.58%
G = 21.01%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE606B (or 0xFE606B) is known color: Wild Watermelon. HEX triplet: FE, 60 and 6B. RGB value is (254,96,107). Sum of RGB (Red+Green+Blue) = 254+96+107=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606B is #019F94. Grayscale: #909090. Windows color (decimal): -106389 or 7037182. OLE color: 7037182.

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

Color convert

RGB 254 96 107 -
CMYK 0 0.62 0.58 0.00
HSL 355.82º 0.99% 0.69% -
HSV(B) 355.82º 0.62% 1% -
XYZ 47.71 30.5 17.28 -
YUV 144.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 254 96 107 0 0.62 0.58 0.00 355.82 0.99 0.69
Hex FE 60 6B 0 3E 3A 0 164 63 45
Octal 376 140 153 0 76 72 0 544 143 105
Binary 11111110 1100000 1101011 0 111110 111010 0 101100100 1100011 1000101

Color Harmonies of #FE606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE606B

Black with #FE606B

Text Example


Text Example

White with #FE606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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