#F14FC2

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

Shades of Razzle Dazzle Rose #F14FC2

Tints of Razzle Dazzle Rose #F14FC2

Color information

#F14FC2 (or 0xF14FC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 4F and C2. RGB value is (241,79,194). Sum of RGB (Red+Green+Blue) = 241+79+194=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14FC2 is #0EB03D. Grayscale: #8C8C8C. Windows color (decimal): -962622 or 12734449. OLE color: 12734449.

HSL color Cylindrical-coordinate representation of color #F14FC2: hue angle of 317.41º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14FC2 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24179194-
CMYK00.670.200.05
HSL317.41º85.26%62.75%-
HSV(B)317.41º67.22%94.51%-
XYZ48.8128.1953.91-
YUV140.55158.17199.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 79 (31.25% from 255) = 15.37%
BLUE value IS 194 (76.17% from 255) = 37.74%
R=46.89%
G=15.37%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417919400.670.200.05317.4185.2662.75
HexF14FC204314513d553f
Octal361117302010324547512577
Binary1111000110011111100001001000011101001011001111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14FC2; }

 p { color: rgb(241,79,194); }

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

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

 a { background-color: rgb(241,79,194); }

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

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

 span { border-color: rgb(241,79,194); }

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