Html Css Color HEX #FA229B Persian Rose

📋 copy color: '#FA229B'

red 250 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #FA229B

Tints of Persian Rose #FA229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 56.95%
G = 7.74%
B = 35.31%

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

#FA229B (or 0xFA229B) is known color: Persian Rose. HEX triplet: FA, 22 and 9B. RGB value is (250,34,155). Sum of RGB (Red+Green+Blue) = 250+34+155=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA229B is #05DD64. Grayscale: #707070. Windows color (decimal): -384357 or 10167034. OLE color: 10167034.

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

Color convert

RGB 250 34 155 -
CMYK 0 0.86 0.38 0.02
HSL 326.39º 0.96% 0.56% -
HSV(B) 326.39º 0.86% 0.98% -
XYZ 45.91 23.83 33.19 -
YUV 112.38 152.06 226.16 -
System Red Green Blue C M Y K H S L
Decimal 250 34 155 0 0.86 0.38 0.02 326.39 0.96 0.56
Hex FA 22 9B 0 56 26 2 146 60 38
Octal 372 42 233 0 126 46 2 506 140 70
Binary 11111010 100010 10011011 0 1010110 100110 10 101000110 1100000 111000

Color Harmonies of #FA229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA229B

Black with #FA229B

Text Example


Text Example

White with #FA229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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