Html Css Color HEX #F93BB4 Persian Rose

📋 copy color: '#F93BB4'

red 249 ◦ green 59 ◦ blue 180

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

Shades of Persian Rose #F93BB4

Tints of Persian Rose #F93BB4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.09%

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 51.02%
G = 12.09%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F93BB4 (or 0xF93BB4) is known color: Persian Rose. HEX triplet: F9, 3B and B4. RGB value is (249,59,180). Sum of RGB (Red+Green+Blue) = 249+59+180=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BB4 is #06C44B. Grayscale: #818181. Windows color (decimal): -443468 or 11811833. OLE color: 11811833.

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

Color convert

RGB 249 59 180 -
CMYK 0 0.76 0.28 0.02
HSL 321.79º 0.94% 0.6% -
HSV(B) 321.79º 0.76% 0.98% -
XYZ 48.87 26.56 45.73 -
YUV 129.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 249 59 180 0 0.76 0.28 0.02 321.79 0.94 0.6
Hex F9 3B B4 0 4C 1C 2 142 5E 3C
Octal 371 73 264 0 114 34 2 502 136 74
Binary 11111001 111011 10110100 0 1001100 11100 10 101000010 1011110 111100

Color Harmonies of #F93BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93BB4

Black with #F93BB4

Text Example


Text Example

White with #F93BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93BB4; }

 p { color: rgb(249,59,180); }

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

background-color css

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

 a { background-color: rgb(249,59,180); }

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

border-color css

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

 span { border-color: rgb(249,59,180); }

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