Html Css Color HEX #FF4B91 French Rose

📋 copy color: '#FF4B91'

red 255 ◦ green 75 ◦ blue 145

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

Shades of French Rose #FF4B91

Tints of French Rose #FF4B91

RGB

 RED value IS 255 (100% from 255) = 53.68%

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

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 53.68%
G = 15.79%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF4B91 (or 0xFF4B91) is known color: French Rose. HEX triplet: FF, 4B and 91. RGB value is (255,75,145). Sum of RGB (Red+Green+Blue) = 255+75+145=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4B91 is #00B46E. Grayscale: #888888. Windows color (decimal): -46191 or 9522175. OLE color: 9522175.

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

Color convert

RGB 255 75 145 -
CMYK 0 0.71 0.43 0
HSL 336.67º 1% 0.65% -
HSV(B) 336.67º 0.71% 1% -
XYZ 48.87 28.34 29.68 -
YUV 136.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 255 75 145 0 0.71 0.43 0 336.67 1 0.65
Hex FF 4B 91 0 47 2B 0 151 64 41
Octal 377 113 221 0 107 53 0 521 144 101
Binary 11111111 1001011 10010001 0 1000111 101011 0 101010001 1100100 1000001

Color Harmonies of #FF4B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B91

Black with #FF4B91

Text Example


Text Example

White with #FF4B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B91; }

 p { color: rgb(255,75,145); }

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

background-color css

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

 a { background-color: rgb(255,75,145); }

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

border-color css

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

 span { border-color: rgb(255,75,145); }

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