Html Css Color HEX #FA40B7 Razzle Dazzle Rose

📋 copy color: '#FA40B7'

red 250 ◦ green 64 ◦ blue 183

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

Shades of Razzle Dazzle Rose #FA40B7

Tints of Razzle Dazzle Rose #FA40B7

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.88%

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 50.3%
G = 12.88%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA40B7 (or 0xFA40B7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 40 and B7. RGB value is (250,64,183). Sum of RGB (Red+Green+Blue) = 250+64+183=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40B7 is #05BF48. Grayscale: #848484. Windows color (decimal): -376649 or 12009722. OLE color: 12009722.

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

Color convert

RGB 250 64 183 -
CMYK 0 0.74 0.27 0.02
HSL 321.61º 0.95% 0.62% -
HSV(B) 321.61º 0.74% 0.98% -
XYZ 49.8 27.41 47.47 -
YUV 133.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 250 64 183 0 0.74 0.27 0.02 321.61 0.95 0.62
Hex FA 40 B7 0 4A 1B 2 142 5F 3E
Octal 372 100 267 0 112 33 2 502 137 76
Binary 11111010 1000000 10110111 0 1001010 11011 10 101000010 1011111 111110

Color Harmonies of #FA40B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40B7

Black with #FA40B7

Text Example


Text Example

White with #FA40B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40B7; }

 p { color: rgb(250,64,183); }

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

background-color css

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

 a { background-color: rgb(250,64,183); }

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

border-color css

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

 span { border-color: rgb(250,64,183); }

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