#F143BD

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

Shades of Razzle Dazzle Rose #F143BD

Tints of Razzle Dazzle Rose #F143BD

Color information

#F143BD (or 0xF143BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 43 and BD. RGB value is (241,67,189). Sum of RGB (Red+Green+Blue) = 241+67+189=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F143BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143BD is #0EBC42. Grayscale: #848484. Windows color (decimal): -965699 or 12403697. OLE color: 12403697.

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

Color convert

RGB24167189-
CMYK00.720.220.05
HSL317.93º86.14%60.39%-
HSV(B)317.93º72.2%94.51%-
XYZ47.4726.3950.74-
YUV132.93159.65205.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 67 (26.56% from 255) = 13.48%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=48.49%
G=13.48%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416718900.720.220.05317.9386.1460.39
HexF143BD04816513e563c
Octal361103275011026547612674
Binary1111000110000111011110101001000101101011001111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F143BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F143BD; }

 p { color: rgb(241,67,189); }

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

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

 a { background-color: rgb(241,67,189); }

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

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

 span { border-color: rgb(241,67,189); }

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