#F338C2

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

Shades of Razzle Dazzle Rose #F338C2

Tints of Razzle Dazzle Rose #F338C2

Color information

#F338C2 (or 0xF338C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 38 and C2. RGB value is (243,56,194). Sum of RGB (Red+Green+Blue) = 243+56+194=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F338C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338C2 is #0CC73D. Grayscale: #7F7F7F. Windows color (decimal): -837438 or 12728563. OLE color: 12728563.

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

Color convert

RGB24356194-
CMYK00.770.200.05
HSL315.72º88.63%58.63%-
HSV(B)315.72º76.95%95.29%-
XYZ48.1125.7853.48-
YUV127.64165.45210.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 56 (22.27% from 255) = 11.36%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=49.29%
G=11.36%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435619400.770.200.05315.7288.6358.63
HexF338C204D14513c593b
Octal36370302011524547413173
Binary111100111110001100001001001101101001011001111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F338C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F338C2; }

 p { color: rgb(243,56,194); }

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

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

 a { background-color: rgb(243,56,194); }

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

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

 span { border-color: rgb(243,56,194); }

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