Html Css Color HEX #F933B0 Persian Rose

📋 copy color: '#F933B0'

red 249 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #F933B0

Tints of Persian Rose #F933B0

RGB

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

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

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

R = 52.31%
G = 10.71%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F933B0 (or 0xF933B0) is known color: Persian Rose. HEX triplet: F9, 33 and B0. RGB value is (249,51,176). Sum of RGB (Red+Green+Blue) = 249+51+176=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F933B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F933B0 is #06CC4F. Grayscale: #7C7C7C. Windows color (decimal): -445520 or 11547641. OLE color: 11547641.

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

Color convert

RGB 249 51 176 -
CMYK 0 0.80 0.29 0.02
HSL 322.12º 0.94% 0.59% -
HSV(B) 322.12º 0.8% 0.98% -
XYZ 48.09 25.64 43.49 -
YUV 124.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 249 51 176 0 0.80 0.29 0.02 322.12 0.94 0.59
Hex F9 33 B0 0 50 1D 2 142 5E 3B
Octal 371 63 260 0 120 35 2 502 136 73
Binary 11111001 110011 10110000 0 1010000 11101 10 101000010 1011110 111011

Color Harmonies of #F933B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F933B0

Black with #F933B0

Text Example


Text Example

White with #F933B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F933B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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