Html Css Color HEX #F125C0 Razzle Dazzle Rose

📋 copy color: '#F125C0'

red 241 ◦ green 37 ◦ blue 192

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

Shades of Razzle Dazzle Rose #F125C0

Tints of Razzle Dazzle Rose #F125C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 51.28%
G = 7.87%
B = 40.85%

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

#F125C0 (or 0xF125C0) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and C0. RGB value is (241,37,192). Sum of RGB (Red+Green+Blue) = 241+37+192=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F125C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125C0 is #0EDA3F. Grayscale: #737373. Windows color (decimal): -973376 or 12592625. OLE color: 12592625.

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

Color convert

RGB 241 37 192 -
CMYK 0 0.85 0.20 0.05
HSL 314.41º 0.88% 0.55% -
HSV(B) 314.41º 0.85% 0.95% -
XYZ 46.45 23.83 52.02 -
YUV 115.67 171.09 217.4 -
System Red Green Blue C M Y K H S L
Decimal 241 37 192 0 0.85 0.20 0.05 314.41 0.88 0.55
Hex F1 25 C0 0 55 14 5 13A 58 37
Octal 361 45 300 0 125 24 5 472 130 67
Binary 11110001 100101 11000000 0 1010101 10100 101 100111010 1011000 110111

Color Harmonies of #F125C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125C0

Black with #F125C0

Text Example


Text Example

White with #F125C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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