Html Css Color HEX #FA2FF6 Razzle Dazzle Rose

📋 copy color: '#FA2FF6'

red 250 ◦ green 47 ◦ blue 246

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

Shades of Razzle Dazzle Rose #FA2FF6

Tints of Razzle Dazzle Rose #FA2FF6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.66%

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 46.04%
G = 8.66%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA2FF6 (or 0xFA2FF6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and F6. RGB value is (250,47,246). Sum of RGB (Red+Green+Blue) = 250+47+246=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 47 (18.75% from 255 or 8.66% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FF6 is #05D009. Grayscale: #818181. Windows color (decimal): -380938 or 16134138. OLE color: 16134138.

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

Color convert

RGB 250 47 246 -
CMYK 0 0.81 0.02 0.02
HSL 301.18º 0.95% 0.58% -
HSV(B) 301.18º 0.81% 0.98% -
XYZ 57.08 29.01 89.78 -
YUV 130.38 193.25 213.32 -
System Red Green Blue C M Y K H S L
Decimal 250 47 246 0 0.81 0.02 0.02 301.18 0.95 0.58
Hex FA 2F F6 0 51 2 2 12D 5F 3A
Octal 372 57 366 0 121 2 2 455 137 72
Binary 11111010 101111 11110110 0 1010001 10 10 100101101 1011111 111010

Color Harmonies of #FA2FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FF6

Black with #FA2FF6

Text Example


Text Example

White with #FA2FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FF6; }

 p { color: rgb(250,47,246); }

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

background-color css

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

 a { background-color: rgb(250,47,246); }

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

border-color css

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

 span { border-color: rgb(250,47,246); }

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