Html Css Color HEX #FF4A9F Brilliant Rose

📋 copy color: '#FF4A9F'

red 255 ◦ green 74 ◦ blue 159

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

Shades of Brilliant Rose #FF4A9F

Tints of Brilliant Rose #FF4A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 52.25%
G = 15.16%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF4A9F (or 0xFF4A9F) is known color: Brilliant Rose. HEX triplet: FF, 4A and 9F. RGB value is (255,74,159). Sum of RGB (Red+Green+Blue) = 255+74+159=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A9F is #00B560. Grayscale: #898989. Windows color (decimal): -46433 or 10439423. OLE color: 10439423.

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

Color convert

RGB 255 74 159 -
CMYK 0 0.71 0.38 0
HSL 331.82º 1% 0.65% -
HSV(B) 331.82º 0.71% 1% -
XYZ 49.95 28.66 35.7 -
YUV 137.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 255 74 159 0 0.71 0.38 0 331.82 1 0.65
Hex FF 4A 9F 0 47 26 0 14C 64 41
Octal 377 112 237 0 107 46 0 514 144 101
Binary 11111111 1001010 10011111 0 1000111 100110 0 101001100 1100100 1000001

Color Harmonies of #FF4A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A9F

Black with #FF4A9F

Text Example


Text Example

White with #FF4A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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