Html Css Color HEX #F935AC Persian Rose

📋 copy color: '#F935AC'

red 249 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #F935AC

Tints of Persian Rose #F935AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.18%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 52.53%
G = 11.18%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F935AC (or 0xF935AC) is known color: Persian Rose. HEX triplet: F9, 35 and AC. RGB value is (249,53,172). Sum of RGB (Red+Green+Blue) = 249+53+172=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F935AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F935AC is #06CA53. Grayscale: #7C7C7C. Windows color (decimal): -445012 or 11286009. OLE color: 11286009.

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

Color convert

RGB 249 53 172 -
CMYK 0 0.79 0.31 0.02
HSL 323.57º 0.94% 0.59% -
HSV(B) 323.57º 0.79% 0.98% -
XYZ 47.79 25.66 41.46 -
YUV 125.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 249 53 172 0 0.79 0.31 0.02 323.57 0.94 0.59
Hex F9 35 AC 0 4F 1F 2 144 5E 3B
Octal 371 65 254 0 117 37 2 504 136 73
Binary 11111001 110101 10101100 0 1001111 11111 10 101000100 1011110 111011

Color Harmonies of #F935AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935AC

Black with #F935AC

Text Example


Text Example

White with #F935AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935AC; }

 p { color: rgb(249,53,172); }

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

background-color css

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

 a { background-color: rgb(249,53,172); }

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

border-color css

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

 span { border-color: rgb(249,53,172); }

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