Html Css Color HEX #F933B5 Persian Rose

📋 copy color: '#F933B5'

red 249 ◦ green 51 ◦ blue 181

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

Shades of Persian Rose #F933B5

Tints of Persian Rose #F933B5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.6%

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 51.77%
G = 10.6%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F933B5 (or 0xF933B5) is known color: Persian Rose. HEX triplet: F9, 33 and B5. RGB value is (249,51,181). Sum of RGB (Red+Green+Blue) = 249+51+181=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F933B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933B5 is #06CC4A. Grayscale: #7C7C7C. Windows color (decimal): -445515 or 11875321. OLE color: 11875321.

HSL color Cylindrical-coordinate representation of color #F933B5: hue angle of 320.61º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933B5 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 51 181 -
CMYK 0 0.80 0.27 0.02
HSL 320.61º 0.94% 0.59% -
HSV(B) 320.61º 0.8% 0.98% -
XYZ 48.59 25.84 46.14 -
YUV 125.02 159.6 216.43 -
System Red Green Blue C M Y K H S L
Decimal 249 51 181 0 0.80 0.27 0.02 320.61 0.94 0.59
Hex F9 33 B5 0 50 1B 2 141 5E 3B
Octal 371 63 265 0 120 33 2 501 136 73
Binary 11111001 110011 10110101 0 1010000 11011 10 101000001 1011110 111011

Color Harmonies of #F933B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F933B5

Black with #F933B5

Text Example


Text Example

White with #F933B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F933B5; }

 p { color: rgb(249,51,181); }

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

background-color css

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

 a { background-color: rgb(249,51,181); }

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

border-color css

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

 span { border-color: rgb(249,51,181); }

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