Html Css Color HEX #FB1F9E Persian Rose

📋 copy color: '#FB1F9E'

red 251 ◦ green 31 ◦ blue 158

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

Shades of Persian Rose #FB1F9E

Tints of Persian Rose #FB1F9E

RGB

 RED value IS 251 (98.44% from 255) = 57.05%

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

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

R = 57.05%
G = 7.05%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB1F9E (or 0xFB1F9E) is known color: Persian Rose. HEX triplet: FB, 1F and 9E. RGB value is (251,31,158). Sum of RGB (Red+Green+Blue) = 251+31+158=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F9E is #04E061. Grayscale: #6E6E6E. Windows color (decimal): -319586 or 10362875. OLE color: 10362875.

HSL color Cylindrical-coordinate representation of color #FB1F9E: hue angle of 325.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F9E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 31 158 -
CMYK 0 0.88 0.37 0.02
HSL 325.36º 0.96% 0.55% -
HSV(B) 325.36º 0.88% 0.98% -
XYZ 46.45 23.96 34.52 -
YUV 111.26 154.39 227.67 -
System Red Green Blue C M Y K H S L
Decimal 251 31 158 0 0.88 0.37 0.02 325.36 0.96 0.55
Hex FB 1F 9E 0 58 25 2 145 60 37
Octal 373 37 236 0 130 45 2 505 140 67
Binary 11111011 11111 10011110 0 1011000 100101 10 101000101 1100000 110111

Color Harmonies of #FB1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F9E

Black with #FB1F9E

Text Example


Text Example

White with #FB1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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