Html Css Color HEX #F131C4 Razzle Dazzle Rose

📋 copy color: '#F131C4'

red 241 ◦ green 49 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F131C4

Tints of Razzle Dazzle Rose #F131C4

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.08%

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 49.59%
G = 10.08%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F131C4 (or 0xF131C4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 31 and C4. RGB value is (241,49,196). Sum of RGB (Red+Green+Blue) = 241+49+196=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F131C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F131C4 is #0ECE3B. Grayscale: #7A7A7A. Windows color (decimal): -970300 or 12857841. OLE color: 12857841.

HSL color Cylindrical-coordinate representation of color #F131C4: hue angle of 314.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F131C4 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 196 -
CMYK 0 0.80 0.19 0.05
HSL 314.06º 0.87% 0.57% -
HSV(B) 314.06º 0.8% 0.95% -
XYZ 47.34 24.88 54.53 -
YUV 123.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 241 49 196 0 0.80 0.19 0.05 314.06 0.87 0.57
Hex F1 31 C4 0 50 13 5 13A 57 39
Octal 361 61 304 0 120 23 5 472 127 71
Binary 11110001 110001 11000100 0 1010000 10011 101 100111010 1010111 111001

Color Harmonies of #F131C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F131C4

Black with #F131C4

Text Example


Text Example

White with #F131C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F131C4; }

 p { color: rgb(241,49,196); }

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

background-color css

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

 a { background-color: rgb(241,49,196); }

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

border-color css

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

 span { border-color: rgb(241,49,196); }

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