Html Css Color HEX #FA42BA Razzle Dazzle Rose

📋 copy color: '#FA42BA'

red 250 ◦ green 66 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FA42BA

Tints of Razzle Dazzle Rose #FA42BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 49.8%
G = 13.15%
B = 37.05%

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

#FA42BA (or 0xFA42BA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and BA. RGB value is (250,66,186). Sum of RGB (Red+Green+Blue) = 250+66+186=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42BA is #05BD45. Grayscale: #868686. Windows color (decimal): -376134 or 12206842. OLE color: 12206842.

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

Color convert

RGB 250 66 186 -
CMYK 0 0.74 0.26 0.02
HSL 320.87º 0.95% 0.62% -
HSV(B) 320.87º 0.74% 0.98% -
XYZ 50.24 27.77 49.17 -
YUV 134.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 250 66 186 0 0.74 0.26 0.02 320.87 0.95 0.62
Hex FA 42 BA 0 4A 1A 2 141 5F 3E
Octal 372 102 272 0 112 32 2 501 137 76
Binary 11111010 1000010 10111010 0 1001010 11010 10 101000001 1011111 111110

Color Harmonies of #FA42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42BA

Black with #FA42BA

Text Example


Text Example

White with #FA42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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