Html Css Color HEX #FE699A Brilliant Rose

📋 copy color: '#FE699A'

red 254 ◦ green 105 ◦ blue 154

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

Shades of Brilliant Rose #FE699A

Tints of Brilliant Rose #FE699A

RGB

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

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

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

R = 49.51%
G = 20.47%
B = 30.02%

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

#FE699A (or 0xFE699A) is known color: Brilliant Rose. HEX triplet: FE, 69 and 9A. RGB value is (254,105,154). Sum of RGB (Red+Green+Blue) = 254+105+154=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE699A is #019665. Grayscale: #9B9B9B. Windows color (decimal): -104038 or 10119678. OLE color: 10119678.

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

Color convert

RGB 254 105 154 -
CMYK 0 0.59 0.39 0.00
HSL 340.27º 0.99% 0.7% -
HSV(B) 340.27º 0.59% 1% -
XYZ 51.76 33.51 34.31 -
YUV 155.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 254 105 154 0 0.59 0.39 0.00 340.27 0.99 0.7
Hex FE 69 9A 0 3B 27 0 154 63 46
Octal 376 151 232 0 73 47 0 524 143 106
Binary 11111110 1101001 10011010 0 111011 100111 0 101010100 1100011 1000110

Color Harmonies of #FE699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE699A

Black with #FE699A

Text Example


Text Example

White with #FE699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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