Html Css Color HEX #FA41C5 Razzle Dazzle Rose

📋 copy color: '#FA41C5'

red 250 ◦ green 65 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FA41C5

Tints of Razzle Dazzle Rose #FA41C5

RGB

 RED value IS 250 (98.05% from 255) = 48.83%

 GREEN value IS 65 (25.78% from 255) = 12.7%

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 48.83%
G = 12.7%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA41C5 (or 0xFA41C5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and C5. RGB value is (250,65,197). Sum of RGB (Red+Green+Blue) = 250+65+197=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41C5 is #05BE3A. Grayscale: #878787. Windows color (decimal): -376379 or 12927482. OLE color: 12927482.

HSL color Cylindrical-coordinate representation of color #FA41C5: hue angle of 317.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41C5 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 197 -
CMYK 0 0.74 0.21 0.02
HSL 317.19º 0.95% 0.62% -
HSV(B) 317.19º 0.74% 0.98% -
XYZ 51.39 28.14 55.55 -
YUV 135.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 250 65 197 0 0.74 0.21 0.02 317.19 0.95 0.62
Hex FA 41 C5 0 4A 15 2 13D 5F 3E
Octal 372 101 305 0 112 25 2 475 137 76
Binary 11111010 1000001 11000101 0 1001010 10101 10 100111101 1011111 111110

Color Harmonies of #FA41C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41C5

Black with #FA41C5

Text Example


Text Example

White with #FA41C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41C5; }

 p { color: rgb(250,65,197); }

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

background-color css

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

 a { background-color: rgb(250,65,197); }

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

border-color css

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

 span { border-color: rgb(250,65,197); }

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