Html Css Color HEX #FA249B Persian Rose

📋 copy color: '#FA249B'

red 250 ◦ green 36 ◦ blue 155

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

Shades of Persian Rose #FA249B

Tints of Persian Rose #FA249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.16%

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

R = 56.69%
G = 8.16%
B = 35.15%

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

#FA249B (or 0xFA249B) is known color: Persian Rose. HEX triplet: FA, 24 and 9B. RGB value is (250,36,155). Sum of RGB (Red+Green+Blue) = 250+36+155=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA249B is #05DB64. Grayscale: #717171. Windows color (decimal): -383845 or 10167546. OLE color: 10167546.

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

Color convert

RGB 250 36 155 -
CMYK 0 0.86 0.38 0.02
HSL 326.64º 0.96% 0.56% -
HSV(B) 326.64º 0.86% 0.98% -
XYZ 45.97 23.95 33.21 -
YUV 113.55 151.4 225.32 -
System Red Green Blue C M Y K H S L
Decimal 250 36 155 0 0.86 0.38 0.02 326.64 0.96 0.56
Hex FA 24 9B 0 56 26 2 147 60 38
Octal 372 44 233 0 126 46 2 507 140 70
Binary 11111010 100100 10011011 0 1010110 100110 10 101000111 1100000 111000

Color Harmonies of #FA249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA249B

Black with #FA249B

Text Example


Text Example

White with #FA249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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