Html Css Color HEX #F132E6 Razzle Dazzle Rose

📋 copy color: '#F132E6'

red 241 ◦ green 50 ◦ blue 230

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

Shades of Razzle Dazzle Rose #F132E6

Tints of Razzle Dazzle Rose #F132E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 46.26%
G = 9.6%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F132E6 (or 0xF132E6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and E6. RGB value is (241,50,230). Sum of RGB (Red+Green+Blue) = 241+50+230=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F132E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F132E6 is #0ECD19. Grayscale: #7F7F7F. Windows color (decimal): -970010 or 15086321. OLE color: 15086321.

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

Color convert

RGB 241 50 230 -
CMYK 0 0.79 0.05 0.05
HSL 303.46º 0.87% 0.57% -
HSV(B) 303.46º 0.79% 0.95% -
XYZ 51.7 26.7 77.29 -
YUV 127.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 241 50 230 0 0.79 0.05 0.05 303.46 0.87 0.57
Hex F1 32 E6 0 4F 5 5 12F 57 39
Octal 361 62 346 0 117 5 5 457 127 71
Binary 11110001 110010 11100110 0 1001111 101 101 100101111 1010111 111001

Color Harmonies of #F132E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132E6

Black with #F132E6

Text Example


Text Example

White with #F132E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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