Html Css Color HEX #FA38C2 Razzle Dazzle Rose

📋 copy color: '#FA38C2'

red 250 ◦ green 56 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FA38C2

Tints of Razzle Dazzle Rose #FA38C2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.2%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 50%
G = 11.2%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA38C2 (or 0xFA38C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 38 and C2. RGB value is (250,56,194). Sum of RGB (Red+Green+Blue) = 250+56+194=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA38C2 is #05C73D. Grayscale: #818181. Windows color (decimal): -378686 or 12728570. OLE color: 12728570.

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

Color convert

RGB 250 56 194 -
CMYK 0 0.78 0.22 0.02
HSL 317.32º 0.95% 0.6% -
HSV(B) 317.32º 0.78% 0.98% -
XYZ 50.58 27.05 53.59 -
YUV 129.74 164.27 213.78 -
System Red Green Blue C M Y K H S L
Decimal 250 56 194 0 0.78 0.22 0.02 317.32 0.95 0.6
Hex FA 38 C2 0 4E 16 2 13D 5F 3C
Octal 372 70 302 0 116 26 2 475 137 74
Binary 11111010 111000 11000010 0 1001110 10110 10 100111101 1011111 111100

Color Harmonies of #FA38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA38C2

Black with #FA38C2

Text Example


Text Example

White with #FA38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA38C2; }

 p { color: rgb(250,56,194); }

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

background-color css

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

 a { background-color: rgb(250,56,194); }

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

border-color css

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

 span { border-color: rgb(250,56,194); }

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