#F145D1

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

Shades of Razzle Dazzle Rose #F145D1

Tints of Razzle Dazzle Rose #F145D1

Color information

#F145D1 (or 0xF145D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 45 and D1. RGB value is (241,69,209). Sum of RGB (Red+Green+Blue) = 241+69+209=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F145D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145D1 is #0EBA2E. Grayscale: #888888. Windows color (decimal): -965167 or 13714929. OLE color: 13714929.

HSL color Cylindrical-coordinate representation of color #F145D1: hue angle of 311.16º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145D1 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24169209-
CMYK00.710.130.05
HSL311.16º86%60.78%-
HSV(B)311.16º71.37%94.51%-
XYZ49.9127.5663.01-
YUV136.39168.98202.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 69 (27.34% from 255) = 13.29%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=46.44%
G=13.29%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416920900.710.130.05311.168660.78
HexF145D1047D5137563d
Octal361105321010715546712675
Binary111100011000101110100010100011111011011001101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145D1; }

 p { color: rgb(241,69,209); }

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

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

 a { background-color: rgb(241,69,209); }

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

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

 span { border-color: rgb(241,69,209); }

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