#F334D1

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

Shades of Razzle Dazzle Rose #F334D1

Tints of Razzle Dazzle Rose #F334D1

Color information

#F334D1 (or 0xF334D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 34 and D1. RGB value is (243,52,209). Sum of RGB (Red+Green+Blue) = 243+52+209=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F334D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F334D1 is #0CCB2E. Grayscale: #7E7E7E. Windows color (decimal): -838447 or 13710579. OLE color: 13710579.

HSL color Cylindrical-coordinate representation of color #F334D1: hue angle of 310.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334D1 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24352209-
CMYK00.790.140.05
HSL310.68º88.84%57.84%-
HSV(B)310.68º78.6%95.29%-
XYZ49.726.1162.74-
YUV127.01174.28210.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 52 (20.70% from 255) = 10.32%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=48.21%
G=10.32%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435220900.790.140.05310.6888.8457.84
HexF334D104FE5137593a
Octal36364321011716546713172
Binary11110011110100110100010100111111101011001101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F334D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F334D1; }

 p { color: rgb(243,52,209); }

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

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

 a { background-color: rgb(243,52,209); }

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

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

 span { border-color: rgb(243,52,209); }

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