Html Css Color HEX #FA2298 Persian Rose

📋 copy color: '#FA2298'

red 250 ◦ green 34 ◦ blue 152

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

Shades of Persian Rose #FA2298

Tints of Persian Rose #FA2298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.8%

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

R = 57.34%
G = 7.8%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FA2298 (or 0xFA2298) is known color: Persian Rose. HEX triplet: FA, 22 and 98. RGB value is (250,34,152). Sum of RGB (Red+Green+Blue) = 250+34+152=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2298 is #05DD67. Grayscale: #6F6F6F. Windows color (decimal): -384360 or 9970426. OLE color: 9970426.

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

Color convert

RGB 250 34 152 -
CMYK 0 0.86 0.39 0.02
HSL 327.22º 0.96% 0.56% -
HSV(B) 327.22º 0.86% 0.98% -
XYZ 45.66 23.74 31.88 -
YUV 112.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 250 34 152 0 0.86 0.39 0.02 327.22 0.96 0.56
Hex FA 22 98 0 56 27 2 147 60 38
Octal 372 42 230 0 126 47 2 507 140 70
Binary 11111010 100010 10011000 0 1010110 100111 10 101000111 1100000 111000

Color Harmonies of #FA2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2298

Black with #FA2298

Text Example


Text Example

White with #FA2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2298; }

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

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

background-color css

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

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

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

border-color css

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

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

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