Html Css Color HEX #FF4FAE Brilliant Rose

📋 copy color: '#FF4FAE'

red 255 ◦ green 79 ◦ blue 174

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

Shades of Brilliant Rose #FF4FAE

Tints of Brilliant Rose #FF4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

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

R = 50.2%
G = 15.55%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF4FAE (or 0xFF4FAE) is known color: Brilliant Rose. HEX triplet: FF, 4F and AE. RGB value is (255,79,174). Sum of RGB (Red+Green+Blue) = 255+79+174=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FAE is #00B051. Grayscale: #8E8E8E. Windows color (decimal): -45138 or 11423743. OLE color: 11423743.

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

Color convert

RGB 255 79 174 -
CMYK 0 0.69 0.32 0
HSL 327.61º 1% 0.65% -
HSV(B) 327.61º 0.69% 1% -
XYZ 51.68 29.91 43.09 -
YUV 142.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 255 79 174 0 0.69 0.32 0 327.61 1 0.65
Hex FF 4F AE 0 45 20 0 148 64 41
Octal 377 117 256 0 105 40 0 510 144 101
Binary 11111111 1001111 10101110 0 1000101 100000 0 101001000 1100100 1000001

Color Harmonies of #FF4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4FAE

Black with #FF4FAE

Text Example


Text Example

White with #FF4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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