Html Css Color HEX #FA41C9 Razzle Dazzle Rose

📋 copy color: '#FA41C9'

red 250 ◦ green 65 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FA41C9

Tints of Razzle Dazzle Rose #FA41C9

RGB

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

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

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

R = 48.45%
G = 12.6%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA41C9 (or 0xFA41C9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 41 and C9. RGB value is (250,65,201). Sum of RGB (Red+Green+Blue) = 250+65+201=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41C9 is #05BE36. Grayscale: #878787. Windows color (decimal): -376375 or 13189626. OLE color: 13189626.

HSL color Cylindrical-coordinate representation of color #FA41C9: hue angle of 315.89º 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 #FA41C9 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 201 -
CMYK 0 0.74 0.20 0.02
HSL 315.89º 0.95% 0.62% -
HSV(B) 315.89º 0.74% 0.98% -
XYZ 51.86 28.32 57.99 -
YUV 135.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 250 65 201 0 0.74 0.20 0.02 315.89 0.95 0.62
Hex FA 41 C9 0 4A 14 2 13C 5F 3E
Octal 372 101 311 0 112 24 2 474 137 76
Binary 11111010 1000001 11001001 0 1001010 10100 10 100111100 1011111 111110

Color Harmonies of #FA41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41C9

Black with #FA41C9

Text Example


Text Example

White with #FA41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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