#F123CD

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

Shades of Razzle Dazzle Rose #F123CD

Tints of Razzle Dazzle Rose #F123CD

Color information

#F123CD (or 0xF123CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 23 and CD. RGB value is (241,35,205). Sum of RGB (Red+Green+Blue) = 241+35+205=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F123CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123CD is #0EDC32. Grayscale: #737373. Windows color (decimal): -973875 or 13444081. OLE color: 13444081.

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

Color convert

RGB24135205-
CMYK00.850.150.05
HSL310.49º88.03%54.12%-
HSV(B)310.49º85.48%94.51%-
XYZ47.924.3159.93-
YUV115.97178.25217.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.10%
GREEN value IS 35 (14.06% from 255) = 7.28%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=50.10%
G=7.28%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413520500.850.150.05310.4988.0354.12
HexF123CD055F51365836
Octal36143315012517546613066
Binary11110001100011110011010101010111111011001101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F123CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F123CD; }

 p { color: rgb(241,35,205); }

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

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

 a { background-color: rgb(241,35,205); }

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

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

 span { border-color: rgb(241,35,205); }

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