Html Css Color HEX #F132C7 Razzle Dazzle Rose

📋 copy color: '#F132C7'

red 241 ◦ green 50 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F132C7

Tints of Razzle Dazzle Rose #F132C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 49.18%
G = 10.2%
B = 40.61%

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

#F132C7 (or 0xF132C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and C7. RGB value is (241,50,199). Sum of RGB (Red+Green+Blue) = 241+50+199=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F132C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132C7 is #0ECD38. Grayscale: #7B7B7B. Windows color (decimal): -970041 or 13054705. OLE color: 13054705.

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

Color convert

RGB 241 50 199 -
CMYK 0 0.79 0.17 0.05
HSL 313.19º 0.87% 0.57% -
HSV(B) 313.19º 0.79% 0.95% -
XYZ 47.73 25.11 56.36 -
YUV 124.1 170.28 211.38 -
System Red Green Blue C M Y K H S L
Decimal 241 50 199 0 0.79 0.17 0.05 313.19 0.87 0.57
Hex F1 32 C7 0 4F 11 5 139 57 39
Octal 361 62 307 0 117 21 5 471 127 71
Binary 11110001 110010 11000111 0 1001111 10001 101 100111001 1010111 111001

Color Harmonies of #F132C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132C7

Black with #F132C7

Text Example


Text Example

White with #F132C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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