Html Css Color HEX #FE699F Brilliant Rose

📋 copy color: '#FE699F'

red 254 ◦ green 105 ◦ blue 159

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

Shades of Brilliant Rose #FE699F

Tints of Brilliant Rose #FE699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.27%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 49.03%
G = 20.27%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE699F (or 0xFE699F) is known color: Brilliant Rose. HEX triplet: FE, 69 and 9F. RGB value is (254,105,159). Sum of RGB (Red+Green+Blue) = 254+105+159=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE699F is #019660. Grayscale: #9B9B9B. Windows color (decimal): -104033 or 10447358. OLE color: 10447358.

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

Color convert

RGB 254 105 159 -
CMYK 0 0.59 0.37 0.00
HSL 338.26º 0.99% 0.7% -
HSV(B) 338.26º 0.59% 1% -
XYZ 52.18 33.68 36.55 -
YUV 155.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 254 105 159 0 0.59 0.37 0.00 338.26 0.99 0.7
Hex FE 69 9F 0 3B 25 0 152 63 46
Octal 376 151 237 0 73 45 0 522 143 106
Binary 11111110 1101001 10011111 0 111011 100101 0 101010010 1100011 1000110

Color Harmonies of #FE699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE699F

Black with #FE699F

Text Example


Text Example

White with #FE699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE699F; }

 p { color: rgb(254,105,159); }

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

background-color css

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

 a { background-color: rgb(254,105,159); }

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

border-color css

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

 span { border-color: rgb(254,105,159); }

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