Html Css Color HEX #FA229C Persian Rose

📋 copy color: '#FA229C'

red 250 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #FA229C

Tints of Persian Rose #FA229C

RGB

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

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

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

R = 56.82%
G = 7.73%
B = 35.45%

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

#FA229C (or 0xFA229C) is known color: Persian Rose. HEX triplet: FA, 22 and 9C. RGB value is (250,34,156). Sum of RGB (Red+Green+Blue) = 250+34+156=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA229C is #05DD63. Grayscale: #707070. Windows color (decimal): -384356 or 10232570. OLE color: 10232570.

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

Color convert

RGB 250 34 156 -
CMYK 0 0.86 0.38 0.02
HSL 326.11º 0.96% 0.56% -
HSV(B) 326.11º 0.86% 0.98% -
XYZ 46 23.87 33.64 -
YUV 112.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 250 34 156 0 0.86 0.38 0.02 326.11 0.96 0.56
Hex FA 22 9C 0 56 26 2 146 60 38
Octal 372 42 234 0 126 46 2 506 140 70
Binary 11111010 100010 10011100 0 1010110 100110 10 101000110 1100000 111000

Color Harmonies of #FA229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA229C

Black with #FA229C

Text Example


Text Example

White with #FA229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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