Html Css Color HEX #FF1F9E Persian Rose

📋 copy color: '#FF1F9E'

red 255 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #FF1F9E

Tints of Persian Rose #FF1F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.98%

 BLUE value IS 158 (62.11% from 255) = 35.59%

R = 57.43%
G = 6.98%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF1F9E (or 0xFF1F9E) is known color: Persian Rose. HEX triplet: FF, 1F and 9E. RGB value is (255,31,158). Sum of RGB (Red+Green+Blue) = 255+31+158=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F9E is #00E061. Grayscale: #707070. Windows color (decimal): -57442 or 10362879. OLE color: 10362879.

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

Color convert

RGB 255 31 158 -
CMYK 0 0.88 0.38 0
HSL 325.98º 1% 0.56% -
HSV(B) 325.98º 0.88% 1% -
XYZ 47.9 24.71 34.59 -
YUV 112.45 153.71 229.67 -
System Red Green Blue C M Y K H S L
Decimal 255 31 158 0 0.88 0.38 0 325.98 1 0.56
Hex FF 1F 9E 0 58 26 0 146 64 38
Octal 377 37 236 0 130 46 0 506 144 70
Binary 11111111 11111 10011110 0 1011000 100110 0 101000110 1100100 111000

Color Harmonies of #FF1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1F9E

Black with #FF1F9E

Text Example


Text Example

White with #FF1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1F9E; }

 p { color: rgb(255,31,158); }

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

background-color css

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

 a { background-color: rgb(255,31,158); }

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

border-color css

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

 span { border-color: rgb(255,31,158); }

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