Html Css Color HEX #F123C5 Razzle Dazzle Rose

📋 copy color: '#F123C5'

red 241 ◦ green 35 ◦ blue 197

#F123C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F123C5

Tints of Razzle Dazzle Rose #F123C5

RGB

 RED value IS 241 (94.53% from 255) = 50.95%

 GREEN value IS 35 (14.06% from 255) = 7.4%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 50.95%
G = 7.4%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F123C5 (or 0xF123C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and C5. RGB value is (241,35,197). Sum of RGB (Red+Green+Blue) = 241+35+197=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F123C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123C5 is #0EDC3A. Grayscale: #727272. Windows color (decimal): -973883 or 12919793. OLE color: 12919793.

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

Color convert

RGB 241 35 197 -
CMYK 0 0.85 0.18 0.05
HSL 312.82º 0.88% 0.54% -
HSV(B) 312.82º 0.85% 0.95% -
XYZ 46.95 23.93 54.97 -
YUV 115.06 174.25 217.83 -
System Red Green Blue C M Y K H S L
Decimal 241 35 197 0 0.85 0.18 0.05 312.82 0.88 0.54
Hex F1 23 C5 0 55 12 5 139 58 36
Octal 361 43 305 0 125 22 5 471 130 66
Binary 11110001 100011 11000101 0 1010101 10010 101 100111001 1011000 110110

Color Harmonies of #F123C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F123C5

Black with #F123C5

Text Example


Text Example

White with #F123C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F123C5; }

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

 H1.HeaderClassName
 {
   color: #F123C5;
 }
 .AnyTagClassName
 {
   color: #F123C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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