Html Css Color HEX #F124C1 Razzle Dazzle Rose

📋 copy color: '#F124C1'

red 241 ◦ green 36 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F124C1

Tints of Razzle Dazzle Rose #F124C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.06%

R = 51.28%
G = 7.66%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F124C1 (or 0xF124C1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and C1. RGB value is (241,36,193). Sum of RGB (Red+Green+Blue) = 241+36+193=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F124C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124C1 is #0EDB3E. Grayscale: #727272. Windows color (decimal): -973631 or 12657905. OLE color: 12657905.

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

Color convert

RGB 241 36 193 -
CMYK 0 0.85 0.20 0.05
HSL 314.05º 0.88% 0.54% -
HSV(B) 314.05º 0.85% 0.95% -
XYZ 46.53 23.81 52.6 -
YUV 115.19 171.92 217.73 -
System Red Green Blue C M Y K H S L
Decimal 241 36 193 0 0.85 0.20 0.05 314.05 0.88 0.54
Hex F1 24 C1 0 55 14 5 13A 58 36
Octal 361 44 301 0 125 24 5 472 130 66
Binary 11110001 100100 11000001 0 1010101 10100 101 100111010 1011000 110110

Color Harmonies of #F124C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F124C1

Black with #F124C1

Text Example


Text Example

White with #F124C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F124C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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