#F338C7

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

Shades of Razzle Dazzle Rose #F338C7

Tints of Razzle Dazzle Rose #F338C7

Color information

#F338C7 (or 0xF338C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 38 and C7. RGB value is (243,56,199). Sum of RGB (Red+Green+Blue) = 243+56+199=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F338C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F338C7 is #0CC738. Grayscale: #7F7F7F. Windows color (decimal): -837433 or 13056243. OLE color: 13056243.

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

Color convert

RGB24356199-
CMYK00.770.180.05
HSL314.12º88.63%58.63%-
HSV(B)314.12º76.95%95.29%-
XYZ48.6926.0156.49-
YUV128.22167.95209.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 56 (22.27% from 255) = 11.24%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=48.80%
G=11.24%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435619900.770.180.05314.1288.6358.63
HexF338C704D12513a593b
Octal36370307011522547213173
Binary111100111110001100011101001101100101011001110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F338C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F338C7; }

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

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

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

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

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

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

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

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