Html Css Color HEX #FA29DF Razzle Dazzle Rose

📋 copy color: '#FA29DF'

red 250 ◦ green 41 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FA29DF

Tints of Razzle Dazzle Rose #FA29DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.98%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 48.64%
G = 7.98%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA29DF (or 0xFA29DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 29 and DF. RGB value is (250,41,223). Sum of RGB (Red+Green+Blue) = 250+41+223=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29DF is #05D620. Grayscale: #7B7B7B. Windows color (decimal): -382497 or 14625274. OLE color: 14625274.

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

Color convert

RGB 250 41 223 -
CMYK 0 0.84 0.11 0.02
HSL 307.75º 0.95% 0.57% -
HSV(B) 307.75º 0.84% 0.98% -
XYZ 53.54 27.24 72.25 -
YUV 124.24 183.74 217.7 -
System Red Green Blue C M Y K H S L
Decimal 250 41 223 0 0.84 0.11 0.02 307.75 0.95 0.57
Hex FA 29 DF 0 54 B 2 134 5F 39
Octal 372 51 337 0 124 13 2 464 137 71
Binary 11111010 101001 11011111 0 1010100 1011 10 100110100 1011111 111001

Color Harmonies of #FA29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29DF

Black with #FA29DF

Text Example


Text Example

White with #FA29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29DF; }

 p { color: rgb(250,41,223); }

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

background-color css

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

 a { background-color: rgb(250,41,223); }

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

border-color css

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

 span { border-color: rgb(250,41,223); }

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