#FF4FAF

Color #FF4FAF Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF4FAF

Tints of Brilliant Rose #FF4FAF

Color information

#FF4FAF (or 0xFF4FAF) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4F and AF. RGB value is (255,79,175). Sum of RGB (Red+Green+Blue) = 255+79+175=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FAF is #00B050. Grayscale: #8E8E8E. Windows color (decimal): -45137 or 11489279. OLE color: 11489279.

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

Color convert

RGB25579175-
CMYK00.690.310
HSL327.27º100%65.49%-
HSV(B)327.27º69.02%100%-
XYZ51.7729.9543.61-
YUV142.57146.31208.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 79 (31.25% from 255) = 15.52%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=50.10%
G=15.52%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557917500.690.310327.2710065.49
HexFF4FAF0451F01476441
Octal3771172570105370507144101
Binary111111111001111101011110100010111111010100011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4FAF; }

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

 H1.HeaderClassName
 {
   color: #FF4FAF;
 }
 .AnyTagClassName
 {
   color: #FF4FAF;
 }
</style>
background-color css

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

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

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

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

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

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