Html Css Color HEX #FA2398 Persian Rose

📋 copy color: '#FA2398'

red 250 ◦ green 35 ◦ blue 152

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

Shades of Persian Rose #FA2398

Tints of Persian Rose #FA2398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.01%

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

R = 57.21%
G = 8.01%
B = 34.78%

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

#FA2398 (or 0xFA2398) is known color: Persian Rose. HEX triplet: FA, 23 and 98. RGB value is (250,35,152). Sum of RGB (Red+Green+Blue) = 250+35+152=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2398 is #05DC67. Grayscale: #707070. Windows color (decimal): -384104 or 9970682. OLE color: 9970682.

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

Color convert

RGB 250 35 152 -
CMYK 0 0.86 0.39 0.02
HSL 327.35º 0.96% 0.56% -
HSV(B) 327.35º 0.86% 0.98% -
XYZ 45.69 23.79 31.89 -
YUV 112.62 150.23 225.99 -
System Red Green Blue C M Y K H S L
Decimal 250 35 152 0 0.86 0.39 0.02 327.35 0.96 0.56
Hex FA 23 98 0 56 27 2 147 60 38
Octal 372 43 230 0 126 47 2 507 140 70
Binary 11111010 100011 10011000 0 1010110 100111 10 101000111 1100000 111000

Color Harmonies of #FA2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2398

Black with #FA2398

Text Example


Text Example

White with #FA2398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2398; }

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

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

background-color css

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

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

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

border-color css

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

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

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