Html Css Color HEX #F125DC Razzle Dazzle Rose

📋 copy color: '#F125DC'

red 241 ◦ green 37 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F125DC

Tints of Razzle Dazzle Rose #F125DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.43%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 48.39%
G = 7.43%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F125DC (or 0xF125DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and DC. RGB value is (241,37,220). Sum of RGB (Red+Green+Blue) = 241+37+220=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F125DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125DC is #0EDA23. Grayscale: #767676. Windows color (decimal): -973348 or 14427633. OLE color: 14427633.

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

Color convert

RGB 241 37 220 -
CMYK 0 0.85 0.09 0.05
HSL 306.18º 0.88% 0.55% -
HSV(B) 306.18º 0.85% 0.95% -
XYZ 49.86 25.19 69.94 -
YUV 118.86 185.09 215.12 -
System Red Green Blue C M Y K H S L
Decimal 241 37 220 0 0.85 0.09 0.05 306.18 0.88 0.55
Hex F1 25 DC 0 55 9 5 132 58 37
Octal 361 45 334 0 125 11 5 462 130 67
Binary 11110001 100101 11011100 0 1010101 1001 101 100110010 1011000 110111

Color Harmonies of #F125DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125DC

Black with #F125DC

Text Example


Text Example

White with #F125DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125DC; }

 p { color: rgb(241,37,220); }

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

background-color css

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

 a { background-color: rgb(241,37,220); }

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

border-color css

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

 span { border-color: rgb(241,37,220); }

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