#F143CF

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

Shades of Razzle Dazzle Rose #F143CF

Tints of Razzle Dazzle Rose #F143CF

Color information

#F143CF (or 0xF143CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 43 and CF. RGB value is (241,67,207). Sum of RGB (Red+Green+Blue) = 241+67+207=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F143CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F143CF is #0EBC30. Grayscale: #868686. Windows color (decimal): -965681 or 13583345. OLE color: 13583345.

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

Color convert

RGB24167207-
CMYK00.720.140.05
HSL311.72º86.14%60.39%-
HSV(B)311.72º72.2%94.51%-
XYZ49.5527.2261.67-
YUV134.99168.65203.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 67 (26.56% from 255) = 13.01%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=46.80%
G=13.01%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416720700.720.140.05311.7286.1460.39
HexF143CF048E5138563c
Octal361103317011016547012674
Binary111100011000011110011110100100011101011001110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F143CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F143CF; }

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

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

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

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

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

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

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

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