Html Css Color HEX #FE4B92 French Rose

📋 copy color: '#FE4B92'

red 254 ◦ green 75 ◦ blue 146

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

Shades of French Rose #FE4B92

Tints of French Rose #FE4B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.79%

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 53.47%
G = 15.79%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FE4B92 (or 0xFE4B92) is known color: French Rose. HEX triplet: FE, 4B and 92. RGB value is (254,75,146). Sum of RGB (Red+Green+Blue) = 254+75+146=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4B92 is #01B46D. Grayscale: #888888. Windows color (decimal): -111726 or 9587710. OLE color: 9587710.

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

Color convert

RGB 254 75 146 -
CMYK 0 0.70 0.43 0.00
HSL 336.2º 0.99% 0.65% -
HSV(B) 336.2º 0.7% 1% -
XYZ 48.58 28.18 30.07 -
YUV 136.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 254 75 146 0 0.70 0.43 0.00 336.2 0.99 0.65
Hex FE 4B 92 0 46 2B 0 150 63 41
Octal 376 113 222 0 106 53 0 520 143 101
Binary 11111110 1001011 10010010 0 1000110 101011 0 101010000 1100011 1000001

Color Harmonies of #FE4B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B92

Black with #FE4B92

Text Example


Text Example

White with #FE4B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B92; }

 p { color: rgb(254,75,146); }

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

background-color css

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

 a { background-color: rgb(254,75,146); }

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

border-color css

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

 span { border-color: rgb(254,75,146); }

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