#FF4FA4

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

Shades of Brilliant Rose #FF4FA4

Tints of Brilliant Rose #FF4FA4

Color information

#FF4FA4 (or 0xFF4FA4) is unknown color: approx Brilliant Rose. HEX triplet: FF, 4F and A4. RGB value is (255,79,164). Sum of RGB (Red+Green+Blue) = 255+79+164=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4FA4 is #00B05B. Grayscale: #8D8D8D. Windows color (decimal): -45148 or 10768383. OLE color: 10768383.

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

Color convert

RGB25579164-
CMYK00.690.360
HSL331.02º100%65.49%-
HSV(B)331.02º69.02%100%-
XYZ50.7429.5338.15-
YUV141.31140.81209.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 79 (31.25% from 255) = 15.86%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=51.20%
G=15.86%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557916400.690.360331.0210065.49
HexFF4FA404524014b6441
Octal3771172440105440513144101
Binary1111111110011111010010001000101100100010100101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4FA4; }

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

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

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

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

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

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

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

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