Html Css Color HEX #FF4AA6 Brilliant Rose

📋 copy color: '#FF4AA6'

red 255 ◦ green 74 ◦ blue 166

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

Shades of Brilliant Rose #FF4AA6

Tints of Brilliant Rose #FF4AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 51.52%
G = 14.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF4AA6 (or 0xFF4AA6) is known color: Brilliant Rose. HEX triplet: FF, 4A and A6. RGB value is (255,74,166). Sum of RGB (Red+Green+Blue) = 255+74+166=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4AA6 is #00B559. Grayscale: #8A8A8A. Windows color (decimal): -46426 or 10898175. OLE color: 10898175.

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

Color convert

RGB 255 74 166 -
CMYK 0 0.71 0.35 0
HSL 329.5º 1% 0.65% -
HSV(B) 329.5º 0.71% 1% -
XYZ 50.57 28.91 38.99 -
YUV 138.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 255 74 166 0 0.71 0.35 0 329.5 1 0.65
Hex FF 4A A6 0 47 23 0 14A 64 41
Octal 377 112 246 0 107 43 0 512 144 101
Binary 11111111 1001010 10100110 0 1000111 100011 0 101001010 1100100 1000001

Color Harmonies of #FF4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4AA6

Black with #FF4AA6

Text Example


Text Example

White with #FF4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4AA6; }

 p { color: rgb(255,74,166); }

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

background-color css

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

 a { background-color: rgb(255,74,166); }

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

border-color css

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

 span { border-color: rgb(255,74,166); }

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