Html Css Color HEX #F125C6 Razzle Dazzle Rose

📋 copy color: '#F125C6'

red 241 ◦ green 37 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F125C6

Tints of Razzle Dazzle Rose #F125C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.6%

R = 50.63%
G = 7.77%
B = 41.6%

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

#F125C6 (or 0xF125C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 25 and C6. RGB value is (241,37,198). Sum of RGB (Red+Green+Blue) = 241+37+198=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F125C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F125C6 is #0EDA39. Grayscale: #737373. Windows color (decimal): -973370 or 12985841. OLE color: 12985841.

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

Color convert

RGB 241 37 198 -
CMYK 0 0.85 0.18 0.05
HSL 312.65º 0.88% 0.55% -
HSV(B) 312.65º 0.85% 0.95% -
XYZ 47.13 24.1 55.59 -
YUV 116.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 241 37 198 0 0.85 0.18 0.05 312.65 0.88 0.55
Hex F1 25 C6 0 55 12 5 139 58 37
Octal 361 45 306 0 125 22 5 471 130 67
Binary 11110001 100101 11000110 0 1010101 10010 101 100111001 1011000 110111

Color Harmonies of #F125C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125C6

Black with #F125C6

Text Example


Text Example

White with #F125C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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