Html Css Color HEX #F93FB2 Persian Rose

📋 copy color: '#F93FB2'

red 249 ◦ green 63 ◦ blue 178

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

Shades of Persian Rose #F93FB2

Tints of Persian Rose #F93FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 50.82%
G = 12.86%
B = 36.33%

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

#F93FB2 (or 0xF93FB2) is known color: Persian Rose. HEX triplet: F9, 3F and B2. RGB value is (249,63,178). Sum of RGB (Red+Green+Blue) = 249+63+178=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93FB2 is #06C04D. Grayscale: #838383. Windows color (decimal): -442446 or 11681785. OLE color: 11681785.

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

Color convert

RGB 249 63 178 -
CMYK 0 0.75 0.29 0.02
HSL 322.9º 0.94% 0.61% -
HSV(B) 322.9º 0.75% 0.98% -
XYZ 48.88 26.91 44.74 -
YUV 131.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 249 63 178 0 0.75 0.29 0.02 322.9 0.94 0.61
Hex F9 3F B2 0 4B 1D 2 143 5E 3D
Octal 371 77 262 0 113 35 2 503 136 75
Binary 11111001 111111 10110010 0 1001011 11101 10 101000011 1011110 111101

Color Harmonies of #F93FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93FB2

Black with #F93FB2

Text Example


Text Example

White with #F93FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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