#F143CE

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

Shades of Razzle Dazzle Rose #F143CE

Tints of Razzle Dazzle Rose #F143CE

Color information

#F143CE (or 0xF143CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 43 and CE. RGB value is (241,67,206). Sum of RGB (Red+Green+Blue) = 241+67+206=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F143CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143CE is #0EBC31. Grayscale: #868686. Windows color (decimal): -965682 or 13517809. OLE color: 13517809.

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

Color convert

RGB24167206-
CMYK00.720.150.05
HSL312.07º86.14%60.39%-
HSV(B)312.07º72.2%94.51%-
XYZ49.4227.1761.03-
YUV134.87168.15203.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 67 (26.56% from 255) = 13.04%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=46.89%
G=13.04%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416720600.720.150.05312.0786.1460.39
HexF143CE048F5138563c
Octal361103316011017547012674
Binary111100011000011110011100100100011111011001110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F143CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F143CE; }

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

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

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

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

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

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

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

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