Html Css Color HEX #FA1CDA Razzle Dazzle Rose

📋 copy color: '#FA1CDA'

red 250 ◦ green 28 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FA1CDA

Tints of Razzle Dazzle Rose #FA1CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.65%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 50.4%
G = 5.65%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA1CDA (or 0xFA1CDA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 1C and DA. RGB value is (250,28,218). Sum of RGB (Red+Green+Blue) = 250+28+218=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1CDA is #05E325. Grayscale: #737373. Windows color (decimal): -385830 or 14294266. OLE color: 14294266.

HSL color Cylindrical-coordinate representation of color #FA1CDA: hue angle of 308.65º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CDA is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 28 218 -
CMYK 0 0.89 0.13 0.02
HSL 308.65º 0.96% 0.55% -
HSV(B) 308.65º 0.89% 0.98% -
XYZ 52.49 26.22 68.62 -
YUV 116.04 185.55 223.55 -
System Red Green Blue C M Y K H S L
Decimal 250 28 218 0 0.89 0.13 0.02 308.65 0.96 0.55
Hex FA 1C DA 0 59 D 2 135 60 37
Octal 372 34 332 0 131 15 2 465 140 67
Binary 11111010 11100 11011010 0 1011001 1101 10 100110101 1100000 110111

Color Harmonies of #FA1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1CDA

Black with #FA1CDA

Text Example


Text Example

White with #FA1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1CDA; }

 p { color: rgb(250,28,218); }

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

background-color css

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

 a { background-color: rgb(250,28,218); }

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

border-color css

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

 span { border-color: rgb(250,28,218); }

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