Html Css Color HEX #FF209B Persian Rose

📋 copy color: '#FF209B'

red 255 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #FF209B

Tints of Persian Rose #FF209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.24%

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

R = 57.69%
G = 7.24%
B = 35.07%

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

#FF209B (or 0xFF209B) is known color: Persian Rose. HEX triplet: FF, 20 and 9B. RGB value is (255,32,155). Sum of RGB (Red+Green+Blue) = 255+32+155=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF209B is #00DF64. Grayscale: #707070. Windows color (decimal): -57189 or 10166527. OLE color: 10166527.

HSL color Cylindrical-coordinate representation of color #FF209B: hue angle of 326.91º 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 #FF209B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 32 155 -
CMYK 0 0.87 0.39 0
HSL 326.91º 1% 0.56% -
HSV(B) 326.91º 0.87% 1% -
XYZ 47.67 24.66 33.26 -
YUV 112.7 151.88 229.5 -
System Red Green Blue C M Y K H S L
Decimal 255 32 155 0 0.87 0.39 0 326.91 1 0.56
Hex FF 20 9B 0 57 27 0 147 64 38
Octal 377 40 233 0 127 47 0 507 144 70
Binary 11111111 100000 10011011 0 1010111 100111 0 101000111 1100100 111000

Color Harmonies of #FF209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF209B

Black with #FF209B

Text Example


Text Example

White with #FF209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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