Html Css Color HEX #F132C8 Razzle Dazzle Rose

📋 copy color: '#F132C8'

red 241 ◦ green 50 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F132C8

Tints of Razzle Dazzle Rose #F132C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 49.08%
G = 10.18%
B = 40.73%

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

#F132C8 (or 0xF132C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 32 and C8. RGB value is (241,50,200). Sum of RGB (Red+Green+Blue) = 241+50+200=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F132C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F132C8 is #0ECD37. Grayscale: #7B7B7B. Windows color (decimal): -970040 or 13120241. OLE color: 13120241.

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

Color convert

RGB 241 50 200 -
CMYK 0 0.79 0.17 0.05
HSL 312.88º 0.87% 0.57% -
HSV(B) 312.88º 0.79% 0.95% -
XYZ 47.84 25.15 56.98 -
YUV 124.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 241 50 200 0 0.79 0.17 0.05 312.88 0.87 0.57
Hex F1 32 C8 0 4F 11 5 139 57 39
Octal 361 62 310 0 117 21 5 471 127 71
Binary 11110001 110010 11001000 0 1001111 10001 101 100111001 1010111 111001

Color Harmonies of #F132C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132C8

Black with #F132C8

Text Example


Text Example

White with #F132C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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