Html Css Color HEX #FA42B8 Razzle Dazzle Rose

📋 copy color: '#FA42B8'

red 250 ◦ green 66 ◦ blue 184

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

Shades of Razzle Dazzle Rose #FA42B8

Tints of Razzle Dazzle Rose #FA42B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.8%

R = 50%
G = 13.2%
B = 36.8%

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

#FA42B8 (or 0xFA42B8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 42 and B8. RGB value is (250,66,184). Sum of RGB (Red+Green+Blue) = 250+66+184=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42B8 is #05BD47. Grayscale: #868686. Windows color (decimal): -376136 or 12075770. OLE color: 12075770.

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

Color convert

RGB 250 66 184 -
CMYK 0 0.74 0.26 0.02
HSL 321.52º 0.95% 0.62% -
HSV(B) 321.52º 0.74% 0.98% -
XYZ 50.02 27.68 48.05 -
YUV 134.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 250 66 184 0 0.74 0.26 0.02 321.52 0.95 0.62
Hex FA 42 B8 0 4A 1A 2 142 5F 3E
Octal 372 102 270 0 112 32 2 502 137 76
Binary 11111010 1000010 10111000 0 1001010 11010 10 101000010 1011111 111110

Color Harmonies of #FA42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42B8

Black with #FA42B8

Text Example


Text Example

White with #FA42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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