Html Css Color HEX #FA42B9 Razzle Dazzle Rose

📋 copy color: '#FA42B9'

red 250 ◦ green 66 ◦ blue 185

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

Shades of Razzle Dazzle Rose #FA42B9

Tints of Razzle Dazzle Rose #FA42B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.17%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 49.9%
G = 13.17%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA42B9 (or 0xFA42B9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and B9. RGB value is (250,66,185). Sum of RGB (Red+Green+Blue) = 250+66+185=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42B9 is #05BD46. Grayscale: #868686. Windows color (decimal): -376135 or 12141306. OLE color: 12141306.

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

Color convert

RGB 250 66 185 -
CMYK 0 0.74 0.26 0.02
HSL 321.2º 0.95% 0.62% -
HSV(B) 321.2º 0.74% 0.98% -
XYZ 50.13 27.72 48.61 -
YUV 134.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 250 66 185 0 0.74 0.26 0.02 321.2 0.95 0.62
Hex FA 42 B9 0 4A 1A 2 141 5F 3E
Octal 372 102 271 0 112 32 2 501 137 76
Binary 11111010 1000010 10111001 0 1001010 11010 10 101000001 1011111 111110

Color Harmonies of #FA42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42B9

Black with #FA42B9

Text Example


Text Example

White with #FA42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42B9; }

 p { color: rgb(250,66,185); }

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

background-color css

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

 a { background-color: rgb(250,66,185); }

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

border-color css

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

 span { border-color: rgb(250,66,185); }

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