#F145BB

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

Shades of Razzle Dazzle Rose #F145BB

Tints of Razzle Dazzle Rose #F145BB

Color information

#F145BB (or 0xF145BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 45 and BB. RGB value is (241,69,187). Sum of RGB (Red+Green+Blue) = 241+69+187=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F145BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145BB is #0EBA44. Grayscale: #858585. Windows color (decimal): -965189 or 12273137. OLE color: 12273137.

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

Color convert

RGB24169187-
CMYK00.710.220.05
HSL318.84º86%60.78%-
HSV(B)318.84º71.37%94.51%-
XYZ47.3726.5449.64-
YUV133.88157.98204.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=48.49%
G=13.88%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416918700.710.220.05318.848660.78
HexF145BB04716513f563d
Octal361105273010726547712675
Binary1111000110001011011101101000111101101011001111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145BB; }

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

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

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

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

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

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

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

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