Html Css Color HEX #FA28C9 Razzle Dazzle Rose

📋 copy color: '#FA28C9'

red 250 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FA28C9

Tints of Razzle Dazzle Rose #FA28C9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.15%

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

R = 50.92%
G = 8.15%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA28C9 (or 0xFA28C9) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and C9. RGB value is (250,40,201). Sum of RGB (Red+Green+Blue) = 250+40+201=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28C9 is #05D736. Grayscale: #787878. Windows color (decimal): -382775 or 13183226. OLE color: 13183226.

HSL color Cylindrical-coordinate representation of color #FA28C9: hue angle of 314º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28C9 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 201 -
CMYK 0 0.84 0.20 0.02
HSL 314º 0.95% 0.57% -
HSV(B) 314º 0.84% 0.98% -
XYZ 50.73 26.06 57.61 -
YUV 121.14 173.07 219.91 -
System Red Green Blue C M Y K H S L
Decimal 250 40 201 0 0.84 0.20 0.02 314 0.95 0.57
Hex FA 28 C9 0 54 14 2 13A 5F 39
Octal 372 50 311 0 124 24 2 472 137 71
Binary 11111010 101000 11001001 0 1010100 10100 10 100111010 1011111 111001

Color Harmonies of #FA28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28C9

Black with #FA28C9

Text Example


Text Example

White with #FA28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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