Html Css Color HEX #FF219B Persian Rose

📋 copy color: '#FF219B'

red 255 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #FF219B

Tints of Persian Rose #FF219B

RGB

 RED value IS 255 (100% from 255) = 57.56%

 GREEN value IS 33 (13.28% from 255) = 7.45%

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

R = 57.56%
G = 7.45%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF219B (or 0xFF219B) is known color: Persian Rose. HEX triplet: FF, 21 and 9B. RGB value is (255,33,155). Sum of RGB (Red+Green+Blue) = 255+33+155=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF219B is #00DE64. Grayscale: #717171. Windows color (decimal): -56933 or 10166783. OLE color: 10166783.

HSL color Cylindrical-coordinate representation of color #FF219B: hue angle of 327.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF219B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 33 155 -
CMYK 0 0.87 0.39 0
HSL 327.03º 1% 0.56% -
HSV(B) 327.03º 0.87% 1% -
XYZ 47.7 24.71 33.27 -
YUV 113.29 151.55 229.08 -
System Red Green Blue C M Y K H S L
Decimal 255 33 155 0 0.87 0.39 0 327.03 1 0.56
Hex FF 21 9B 0 57 27 0 147 64 38
Octal 377 41 233 0 127 47 0 507 144 70
Binary 11111111 100001 10011011 0 1010111 100111 0 101000111 1100100 111000

Color Harmonies of #FF219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF219B

Black with #FF219B

Text Example


Text Example

White with #FF219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF219B; }

 p { color: rgb(255,33,155); }

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

background-color css

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

 a { background-color: rgb(255,33,155); }

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

border-color css

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

 span { border-color: rgb(255,33,155); }

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