Html Css Color HEX #F93FB1 Persian Rose

📋 copy color: '#F93FB1'

red 249 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #F93FB1

Tints of Persian Rose #F93FB1

RGB

 RED value IS 249 (97.66% from 255) = 50.92%

 GREEN value IS 63 (25% from 255) = 12.88%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 50.92%
G = 12.88%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F93FB1 (or 0xF93FB1) is known color: Persian Rose. HEX triplet: F9, 3F and B1. RGB value is (249,63,177). Sum of RGB (Red+Green+Blue) = 249+63+177=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FB1 is #06C04E. Grayscale: #838383. Windows color (decimal): -442447 or 11616249. OLE color: 11616249.

HSL color Cylindrical-coordinate representation of color #F93FB1: hue angle of 323.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FB1 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 177 -
CMYK 0 0.75 0.29 0.02
HSL 323.23º 0.94% 0.61% -
HSV(B) 323.23º 0.75% 0.98% -
XYZ 48.78 26.87 44.21 -
YUV 131.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 249 63 177 0 0.75 0.29 0.02 323.23 0.94 0.61
Hex F9 3F B1 0 4B 1D 2 143 5E 3D
Octal 371 77 261 0 113 35 2 503 136 75
Binary 11111001 111111 10110001 0 1001011 11101 10 101000011 1011110 111101

Color Harmonies of #F93FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FB1

Black with #F93FB1

Text Example


Text Example

White with #F93FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FB1; }

 p { color: rgb(249,63,177); }

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

background-color css

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

 a { background-color: rgb(249,63,177); }

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

border-color css

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

 span { border-color: rgb(249,63,177); }

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