Html Css Color HEX #FF4BAA Brilliant Rose

📋 copy color: '#FF4BAA'

red 255 ◦ green 75 ◦ blue 170

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

Shades of Brilliant Rose #FF4BAA

Tints of Brilliant Rose #FF4BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 51%
G = 15%
B = 34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF4BAA (or 0xFF4BAA) is known color: Brilliant Rose. HEX triplet: FF, 4B and AA. RGB value is (255,75,170). Sum of RGB (Red+Green+Blue) = 255+75+170=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4BAA is #00B455. Grayscale: #8B8B8B. Windows color (decimal): -46166 or 11160575. OLE color: 11160575.

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

Color convert

RGB 255 75 170 -
CMYK 0 0.71 0.33 0
HSL 328.33º 1% 0.65% -
HSV(B) 328.33º 0.71% 1% -
XYZ 51.01 29.19 40.98 -
YUV 139.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 255 75 170 0 0.71 0.33 0 328.33 1 0.65
Hex FF 4B AA 0 47 21 0 148 64 41
Octal 377 113 252 0 107 41 0 510 144 101
Binary 11111111 1001011 10101010 0 1000111 100001 0 101001000 1100100 1000001

Color Harmonies of #FF4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4BAA

Black with #FF4BAA

Text Example


Text Example

White with #FF4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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