Html Css Color HEX #FE507B Wild Watermelon

📋 copy color: '#FE507B'

red 254 ◦ green 80 ◦ blue 123

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

Shades of Wild Watermelon #FE507B

Tints of Wild Watermelon #FE507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 55.58%
G = 17.51%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE507B (or 0xFE507B) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7B. RGB value is (254,80,123). Sum of RGB (Red+Green+Blue) = 254+80+123=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507B is #01AF84. Grayscale: #888888. Windows color (decimal): -110469 or 8081662. OLE color: 8081662.

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

Color convert

RGB 254 80 123 -
CMYK 0 0.69 0.52 0.00
HSL 345.17º 0.99% 0.65% -
HSV(B) 345.17º 0.69% 1% -
XYZ 47.32 28.24 21.7 -
YUV 136.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 254 80 123 0 0.69 0.52 0.00 345.17 0.99 0.65
Hex FE 50 7B 0 45 34 0 159 63 41
Octal 376 120 173 0 105 64 0 531 143 101
Binary 11111110 1010000 1111011 0 1000101 110100 0 101011001 1100011 1000001

Color Harmonies of #FE507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE507B

Black with #FE507B

Text Example


Text Example

White with #FE507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE507B; }

 p { color: rgb(254,80,123); }

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

background-color css

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

 a { background-color: rgb(254,80,123); }

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

border-color css

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

 span { border-color: rgb(254,80,123); }

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