Html Css Color HEX #F132D1 Razzle Dazzle Rose

📋 copy color: '#F132D1'

red 241 ◦ green 50 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F132D1

Tints of Razzle Dazzle Rose #F132D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 48.2%
G = 10%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F132D1 (or 0xF132D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and D1. RGB value is (241,50,209). Sum of RGB (Red+Green+Blue) = 241+50+209=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F132D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132D1 is #0ECD2E. Grayscale: #7C7C7C. Windows color (decimal): -970031 or 13710065. OLE color: 13710065.

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

Color convert

RGB 241 50 209 -
CMYK 0 0.79 0.13 0.05
HSL 310.05º 0.87% 0.57% -
HSV(B) 310.05º 0.79% 0.95% -
XYZ 48.92 25.59 62.68 -
YUV 125.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 241 50 209 0 0.79 0.13 0.05 310.05 0.87 0.57
Hex F1 32 D1 0 4F D 5 136 57 39
Octal 361 62 321 0 117 15 5 466 127 71
Binary 11110001 110010 11010001 0 1001111 1101 101 100110110 1010111 111001

Color Harmonies of #F132D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132D1

Black with #F132D1

Text Example


Text Example

White with #F132D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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