Html Css Color HEX #F124C5 Razzle Dazzle Rose

📋 copy color: '#F124C5'

red 241 ◦ green 36 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F124C5

Tints of Razzle Dazzle Rose #F124C5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.59%

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

R = 50.84%
G = 7.59%
B = 41.56%

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

#F124C5 (or 0xF124C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and C5. RGB value is (241,36,197). Sum of RGB (Red+Green+Blue) = 241+36+197=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 36 (14.45% from 255 or 7.59% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F124C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124C5 is #0EDB3A. Grayscale: #737373. Windows color (decimal): -973627 or 12920049. OLE color: 12920049.

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

Color convert

RGB 241 36 197 -
CMYK 0 0.85 0.18 0.05
HSL 312.88º 0.88% 0.54% -
HSV(B) 312.88º 0.85% 0.95% -
XYZ 46.98 23.99 54.98 -
YUV 115.65 173.92 217.41 -
System Red Green Blue C M Y K H S L
Decimal 241 36 197 0 0.85 0.18 0.05 312.88 0.88 0.54
Hex F1 24 C5 0 55 12 5 139 58 36
Octal 361 44 305 0 125 22 5 471 130 66
Binary 11110001 100100 11000101 0 1010101 10010 101 100111001 1011000 110110

Color Harmonies of #F124C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124C5

Black with #F124C5

Text Example


Text Example

White with #F124C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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