Html Css Color HEX #FE6296 Brilliant Rose

📋 copy color: '#FE6296'

red 254 ◦ green 98 ◦ blue 150

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

Shades of Brilliant Rose #FE6296

Tints of Brilliant Rose #FE6296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.52%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 50.6%
G = 19.52%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE6296 (or 0xFE6296) is known color: Brilliant Rose. HEX triplet: FE, 62 and 96. RGB value is (254,98,150). Sum of RGB (Red+Green+Blue) = 254+98+150=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6296 is #019D69. Grayscale: #969696. Windows color (decimal): -105834 or 9855742. OLE color: 9855742.

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

Color convert

RGB 254 98 150 -
CMYK 0 0.61 0.41 0.00
HSL 340º 0.99% 0.69% -
HSV(B) 340º 0.61% 1% -
XYZ 50.75 32.01 32.36 -
YUV 150.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 254 98 150 0 0.61 0.41 0.00 340 0.99 0.69
Hex FE 62 96 0 3D 29 0 154 63 45
Octal 376 142 226 0 75 51 0 524 143 105
Binary 11111110 1100010 10010110 0 111101 101001 0 101010100 1100011 1000101

Color Harmonies of #FE6296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6296

Black with #FE6296

Text Example


Text Example

White with #FE6296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6296; }

 p { color: rgb(254,98,150); }

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

background-color css

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

 a { background-color: rgb(254,98,150); }

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

border-color css

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

 span { border-color: rgb(254,98,150); }

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