#F145C0

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

Shades of Razzle Dazzle Rose #F145C0

Tints of Razzle Dazzle Rose #F145C0

Color information

#F145C0 (or 0xF145C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 45 and C0. RGB value is (241,69,192). Sum of RGB (Red+Green+Blue) = 241+69+192=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F145C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145C0 is #0EBA3F. Grayscale: #868686. Windows color (decimal): -965184 or 12600817. OLE color: 12600817.

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

Color convert

RGB24169192-
CMYK00.710.200.05
HSL317.09º86%60.78%-
HSV(B)317.09º71.37%94.51%-
XYZ47.9226.7652.51-
YUV134.45160.48204-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 69 (27.34% from 255) = 13.75%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=48.01%
G=13.75%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416919200.710.200.05317.098660.78
HexF145C004714513d563d
Octal361105300010724547512675
Binary1111000110001011100000001000111101001011001111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145C0; }

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

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

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

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

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

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

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

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