Html Css Color HEX #FA40B3 Persian Rose

📋 copy color: '#FA40B3'

red 250 ◦ green 64 ◦ blue 179

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

Shades of Persian Rose #FA40B3

Tints of Persian Rose #FA40B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 50.71%
G = 12.98%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA40B3 (or 0xFA40B3) is known color: Persian Rose. HEX triplet: FA, 40 and B3. RGB value is (250,64,179). Sum of RGB (Red+Green+Blue) = 250+64+179=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA40B3 is #05BF4C. Grayscale: #848484. Windows color (decimal): -376653 or 11747578. OLE color: 11747578.

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

Color convert

RGB 250 64 179 -
CMYK 0 0.74 0.28 0.02
HSL 322.9º 0.95% 0.62% -
HSV(B) 322.9º 0.74% 0.98% -
XYZ 49.39 27.25 45.3 -
YUV 132.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 250 64 179 0 0.74 0.28 0.02 322.9 0.95 0.62
Hex FA 40 B3 0 4A 1C 2 143 5F 3E
Octal 372 100 263 0 112 34 2 503 137 76
Binary 11111010 1000000 10110011 0 1001010 11100 10 101000011 1011111 111110

Color Harmonies of #FA40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40B3

Black with #FA40B3

Text Example


Text Example

White with #FA40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40B3; }

 p { color: rgb(250,64,179); }

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

background-color css

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

 a { background-color: rgb(250,64,179); }

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

border-color css

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

 span { border-color: rgb(250,64,179); }

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