Html Css Color HEX #FA40B2 Persian Rose

📋 copy color: '#FA40B2'

red 250 ◦ green 64 ◦ blue 178

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

Shades of Persian Rose #FA40B2

Tints of Persian Rose #FA40B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 50.81%
G = 13.01%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA40B2 (or 0xFA40B2) is known color: Persian Rose. HEX triplet: FA, 40 and B2. RGB value is (250,64,178). Sum of RGB (Red+Green+Blue) = 250+64+178=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA40B2 is #05BF4D. Grayscale: #848484. Windows color (decimal): -376654 or 11682042. OLE color: 11682042.

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

Color convert

RGB 250 64 178 -
CMYK 0 0.74 0.29 0.02
HSL 323.23º 0.95% 0.62% -
HSV(B) 323.23º 0.74% 0.98% -
XYZ 49.29 27.21 44.77 -
YUV 132.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 250 64 178 0 0.74 0.29 0.02 323.23 0.95 0.62
Hex FA 40 B2 0 4A 1D 2 143 5F 3E
Octal 372 100 262 0 112 35 2 503 137 76
Binary 11111010 1000000 10110010 0 1001010 11101 10 101000011 1011111 111110

Color Harmonies of #FA40B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA40B2

Black with #FA40B2

Text Example


Text Example

White with #FA40B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA40B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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