#F438C0

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

Shades of Razzle Dazzle Rose #F438C0

Tints of Razzle Dazzle Rose #F438C0

Color information

#F438C0 (or 0xF438C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 38 and C0. RGB value is (244,56,192). Sum of RGB (Red+Green+Blue) = 244+56+192=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F438C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438C0 is #0BC73F. Grayscale: #7F7F7F. Windows color (decimal): -771904 or 12597492. OLE color: 12597492.

HSL color Cylindrical-coordinate representation of color #F438C0: hue angle of 316.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438C0 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB24456192-
CMYK00.770.210.04
HSL316.6º89.52%58.82%-
HSV(B)316.6º77.05%95.69%-
XYZ48.2425.8752.32-
YUV127.72164.28210.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 56 (22.27% from 255) = 11.38%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=49.59%
G=11.38%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445619200.770.210.04316.689.5258.82
HexF438C004D15413d5a3b
Octal36470300011525447513273
Binary111101001110001100000001001101101011001001111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F438C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F438C0; }

 p { color: rgb(244,56,192); }

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

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

 a { background-color: rgb(244,56,192); }

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

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

 span { border-color: rgb(244,56,192); }

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