Html Css Color HEX #FF4BAE Brilliant Rose

📋 copy color: '#FF4BAE'

red 255 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #FF4BAE

Tints of Brilliant Rose #FF4BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.52%

R = 50.6%
G = 14.88%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF4BAE (or 0xFF4BAE) is known color: Brilliant Rose. HEX triplet: FF, 4B and AE. RGB value is (255,75,174). Sum of RGB (Red+Green+Blue) = 255+75+174=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4BAE is #00B451. Grayscale: #8B8B8B. Windows color (decimal): -46162 or 11422719. OLE color: 11422719.

HSL color Cylindrical-coordinate representation of color #FF4BAE: hue angle of 327º 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 #FF4BAE is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 75 174 -
CMYK 0 0.71 0.32 0
HSL 327º 1% 0.65% -
HSV(B) 327º 0.71% 1% -
XYZ 51.4 29.35 43 -
YUV 140.11 147.13 209.95 -
System Red Green Blue C M Y K H S L
Decimal 255 75 174 0 0.71 0.32 0 327 1 0.65
Hex FF 4B AE 0 47 20 0 147 64 41
Octal 377 113 256 0 107 40 0 507 144 101
Binary 11111111 1001011 10101110 0 1000111 100000 0 101000111 1100100 1000001

Color Harmonies of #FF4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4BAE

Black with #FF4BAE

Text Example


Text Example

White with #FF4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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