Html Css Color HEX #F132E1 Razzle Dazzle Rose

📋 copy color: '#F132E1'

red 241 ◦ green 50 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F132E1

Tints of Razzle Dazzle Rose #F132E1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.69%

 BLUE value IS 225 (88.28% from 255) = 43.6%

R = 46.71%
G = 9.69%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F132E1 (or 0xF132E1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and E1. RGB value is (241,50,225). Sum of RGB (Red+Green+Blue) = 241+50+225=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F132E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132E1 is #0ECD1E. Grayscale: #7E7E7E. Windows color (decimal): -970015 or 14758641. OLE color: 14758641.

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

Color convert

RGB 241 50 225 -
CMYK 0 0.79 0.07 0.05
HSL 305.03º 0.87% 0.57% -
HSV(B) 305.03º 0.79% 0.95% -
XYZ 51.01 26.42 73.65 -
YUV 127.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 241 50 225 0 0.79 0.07 0.05 305.03 0.87 0.57
Hex F1 32 E1 0 4F 7 5 131 57 39
Octal 361 62 341 0 117 7 5 461 127 71
Binary 11110001 110010 11100001 0 1001111 111 101 100110001 1010111 111001

Color Harmonies of #F132E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132E1

Black with #F132E1

Text Example


Text Example

White with #F132E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132E1; }

 p { color: rgb(241,50,225); }

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

background-color css

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

 a { background-color: rgb(241,50,225); }

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

border-color css

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

 span { border-color: rgb(241,50,225); }

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