Html Css Color HEX #FA2198 Persian Rose

📋 copy color: '#FA2198'

red 250 ◦ green 33 ◦ blue 152

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

Shades of Persian Rose #FA2198

Tints of Persian Rose #FA2198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.59%

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 57.47%
G = 7.59%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2198 (or 0xFA2198) is known color: Persian Rose. HEX triplet: FA, 21 and 98. RGB value is (250,33,152). Sum of RGB (Red+Green+Blue) = 250+33+152=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2198 is #05DE67. Grayscale: #6F6F6F. Windows color (decimal): -384616 or 9970170. OLE color: 9970170.

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

Color convert

RGB 250 33 152 -
CMYK 0 0.87 0.39 0.02
HSL 327.1º 0.96% 0.55% -
HSV(B) 327.1º 0.87% 0.98% -
XYZ 45.64 23.68 31.87 -
YUV 111.45 150.89 226.82 -
System Red Green Blue C M Y K H S L
Decimal 250 33 152 0 0.87 0.39 0.02 327.1 0.96 0.55
Hex FA 21 98 0 57 27 2 147 60 37
Octal 372 41 230 0 127 47 2 507 140 67
Binary 11111010 100001 10011000 0 1010111 100111 10 101000111 1100000 110111

Color Harmonies of #FA2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2198

Black with #FA2198

Text Example


Text Example

White with #FA2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2198; }

 p { color: rgb(250,33,152); }

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

background-color css

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

 a { background-color: rgb(250,33,152); }

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

border-color css

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

 span { border-color: rgb(250,33,152); }

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