#F340E0

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

Shades of Razzle Dazzle Rose #F340E0

Tints of Razzle Dazzle Rose #F340E0

Color information

#F340E0 (or 0xF340E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 40 and E0. RGB value is (243,64,224). Sum of RGB (Red+Green+Blue) = 243+64+224=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F340E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F340E0 is #0CBF1F. Grayscale: #878787. Windows color (decimal): -835360 or 14696691. OLE color: 14696691.

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

Color convert

RGB24364224-
CMYK00.740.080.05
HSL306.37º88.18%60.2%-
HSV(B)306.37º73.66%95.29%-
XYZ52.2528.173.19-
YUV135.76177.8204.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.76%
GREEN value IS 64 (25.39% from 255) = 12.05%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=45.76%
G=12.05%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2436422400.740.080.05306.3788.1860.2
HexF340E004A85132583c
Octal363100340011210546213074
Binary111100111000000111000000100101010001011001100101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F340E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F340E0; }

 p { color: rgb(243,64,224); }

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

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

 a { background-color: rgb(243,64,224); }

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

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

 span { border-color: rgb(243,64,224); }

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