Html Css Color HEX #FA239C Persian Rose

📋 copy color: '#FA239C'

red 250 ◦ green 35 ◦ blue 156

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

Shades of Persian Rose #FA239C

Tints of Persian Rose #FA239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 56.69%
G = 7.94%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA239C (or 0xFA239C) is known color: Persian Rose. HEX triplet: FA, 23 and 9C. RGB value is (250,35,156). Sum of RGB (Red+Green+Blue) = 250+35+156=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 35 (14.06% from 255 or 7.94% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA239C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA239C is #05DC63. Grayscale: #707070. Windows color (decimal): -384100 or 10232826. OLE color: 10232826.

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

Color convert

RGB 250 35 156 -
CMYK 0 0.86 0.38 0.02
HSL 326.23º 0.96% 0.56% -
HSV(B) 326.23º 0.86% 0.98% -
XYZ 46.03 23.93 33.64 -
YUV 113.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 250 35 156 0 0.86 0.38 0.02 326.23 0.96 0.56
Hex FA 23 9C 0 56 26 2 146 60 38
Octal 372 43 234 0 126 46 2 506 140 70
Binary 11111010 100011 10011100 0 1010110 100110 10 101000110 1100000 111000

Color Harmonies of #FA239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA239C

Black with #FA239C

Text Example


Text Example

White with #FA239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA239C; }

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

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

background-color css

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

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

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

border-color css

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

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

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