Html Css Color HEX #F132C9 Razzle Dazzle Rose

📋 copy color: '#F132C9'

red 241 ◦ green 50 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F132C9

Tints of Razzle Dazzle Rose #F132C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 48.98%
G = 10.16%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F132C9 (or 0xF132C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and C9. RGB value is (241,50,201). Sum of RGB (Red+Green+Blue) = 241+50+201=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F132C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132C9 is #0ECD36. Grayscale: #7B7B7B. Windows color (decimal): -970039 or 13185777. OLE color: 13185777.

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

Color convert

RGB 241 50 201 -
CMYK 0 0.79 0.17 0.05
HSL 312.57º 0.87% 0.57% -
HSV(B) 312.57º 0.79% 0.95% -
XYZ 47.96 25.2 57.59 -
YUV 124.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 241 50 201 0 0.79 0.17 0.05 312.57 0.87 0.57
Hex F1 32 C9 0 4F 11 5 139 57 39
Octal 361 62 311 0 117 21 5 471 127 71
Binary 11110001 110010 11001001 0 1001111 10001 101 100111001 1010111 111001

Color Harmonies of #F132C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132C9

Black with #F132C9

Text Example


Text Example

White with #F132C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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