Html Css Color HEX #F125C5 Razzle Dazzle Rose

📋 copy color: '#F125C5'

red 241 ◦ green 37 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F125C5

Tints of Razzle Dazzle Rose #F125C5

RGB

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

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

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

R = 50.74%
G = 7.79%
B = 41.47%

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

#F125C5 (or 0xF125C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and C5. RGB value is (241,37,197). Sum of RGB (Red+Green+Blue) = 241+37+197=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F125C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125C5 is #0EDA3A. Grayscale: #737373. Windows color (decimal): -973371 or 12920305. OLE color: 12920305.

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

Color convert

RGB 241 37 197 -
CMYK 0 0.85 0.18 0.05
HSL 312.94º 0.88% 0.55% -
HSV(B) 312.94º 0.85% 0.95% -
XYZ 47.02 24.06 54.99 -
YUV 116.24 173.59 216.99 -
System Red Green Blue C M Y K H S L
Decimal 241 37 197 0 0.85 0.18 0.05 312.94 0.88 0.55
Hex F1 25 C5 0 55 12 5 139 58 37
Octal 361 45 305 0 125 22 5 471 130 67
Binary 11110001 100101 11000101 0 1010101 10010 101 100111001 1011000 110111

Color Harmonies of #F125C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125C5

Black with #F125C5

Text Example


Text Example

White with #F125C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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