Html Css Color HEX #F93FB0 Persian Rose

📋 copy color: '#F93FB0'

red 249 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #F93FB0

Tints of Persian Rose #F93FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 51.02%
G = 12.91%
B = 36.07%

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

#F93FB0 (or 0xF93FB0) is known color: Persian Rose. HEX triplet: F9, 3F and B0. RGB value is (249,63,176). Sum of RGB (Red+Green+Blue) = 249+63+176=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FB0 is #06C04F. Grayscale: #838383. Windows color (decimal): -442448 or 11550713. OLE color: 11550713.

HSL color Cylindrical-coordinate representation of color #F93FB0: hue angle of 323.55º 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 #F93FB0 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 63 176 -
CMYK 0 0.75 0.29 0.02
HSL 323.55º 0.94% 0.61% -
HSV(B) 323.55º 0.75% 0.98% -
XYZ 48.68 26.83 43.69 -
YUV 131.5 153.12 211.81 -
System Red Green Blue C M Y K H S L
Decimal 249 63 176 0 0.75 0.29 0.02 323.55 0.94 0.61
Hex F9 3F B0 0 4B 1D 2 144 5E 3D
Octal 371 77 260 0 113 35 2 504 136 75
Binary 11111001 111111 10110000 0 1001011 11101 10 101000100 1011110 111101

Color Harmonies of #F93FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FB0

Black with #F93FB0

Text Example


Text Example

White with #F93FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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