Html Css Color HEX #FE689A Brilliant Rose

📋 copy color: '#FE689A'

red 254 ◦ green 104 ◦ blue 154

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

Shades of Brilliant Rose #FE689A

Tints of Brilliant Rose #FE689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.31%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 49.61%
G = 20.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE689A (or 0xFE689A) is known color: Brilliant Rose. HEX triplet: FE, 68 and 9A. RGB value is (254,104,154). Sum of RGB (Red+Green+Blue) = 254+104+154=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE689A is #019765. Grayscale: #9A9A9A. Windows color (decimal): -104294 or 10119422. OLE color: 10119422.

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

Color convert

RGB 254 104 154 -
CMYK 0 0.59 0.39 0.00
HSL 340º 0.99% 0.7% -
HSV(B) 340º 0.59% 1% -
XYZ 51.66 33.3 34.28 -
YUV 154.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 254 104 154 0 0.59 0.39 0.00 340 0.99 0.7
Hex FE 68 9A 0 3B 27 0 154 63 46
Octal 376 150 232 0 73 47 0 524 143 106
Binary 11111110 1101000 10011010 0 111011 100111 0 101010100 1100011 1000110

Color Harmonies of #FE689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE689A

Black with #FE689A

Text Example


Text Example

White with #FE689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE689A; }

 p { color: rgb(254,104,154); }

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

background-color css

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

 a { background-color: rgb(254,104,154); }

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

border-color css

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

 span { border-color: rgb(254,104,154); }

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