Html Css Color HEX #F935AF Persian Rose

📋 copy color: '#F935AF'

red 249 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #F935AF

Tints of Persian Rose #F935AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 52.2%
G = 11.11%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F935AF (or 0xF935AF) is known color: Persian Rose. HEX triplet: F9, 35 and AF. RGB value is (249,53,175). Sum of RGB (Red+Green+Blue) = 249+53+175=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F935AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F935AF is #06CA50. Grayscale: #7D7D7D. Windows color (decimal): -445009 or 11482617. OLE color: 11482617.

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

Color convert

RGB 249 53 175 -
CMYK 0 0.79 0.30 0.02
HSL 322.65º 0.94% 0.59% -
HSV(B) 322.65º 0.79% 0.98% -
XYZ 48.08 25.78 43 -
YUV 125.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 249 53 175 0 0.79 0.30 0.02 322.65 0.94 0.59
Hex F9 35 AF 0 4F 1E 2 143 5E 3B
Octal 371 65 257 0 117 36 2 503 136 73
Binary 11111001 110101 10101111 0 1001111 11110 10 101000011 1011110 111011

Color Harmonies of #F935AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935AF

Black with #F935AF

Text Example


Text Example

White with #F935AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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