#FF4BBF

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

Shades of Razzle Dazzle Rose #FF4BBF

Tints of Razzle Dazzle Rose #FF4BBF

Color information

#FF4BBF (or 0xFF4BBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 4B and BF. RGB value is (255,75,191). Sum of RGB (Red+Green+Blue) = 255+75+191=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BBF is #00B440. Grayscale: #8D8D8D. Windows color (decimal): -46145 or 12536831. OLE color: 12536831.

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

Color convert

RGB25575191-
CMYK00.710.250
HSL321.33º100%64.71%-
HSV(B)321.33º70.59%100%-
XYZ53.1630.0552.29-
YUV142.04155.63208.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 75 (29.69% from 255) = 14.40%
BLUE value IS 191 (75% from 255) = 36.66%
R=48.94%
G=14.40%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557519100.710.250321.3310064.71
HexFF4BBF0471901416441
Octal3771132770107310501144101
Binary111111111001011101111110100011111001010100000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4BBF; }

 p { color: rgb(255,75,191); }

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

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

 a { background-color: rgb(255,75,191); }

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

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

 span { border-color: rgb(255,75,191); }

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