Html Css Color HEX #F735AC Persian Rose

📋 copy color: '#F735AC'

red 247 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #F735AC

Tints of Persian Rose #F735AC

RGB

 RED value IS 247 (96.88% from 255) = 52.33%

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

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

R = 52.33%
G = 11.23%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F735AC (or 0xF735AC) is known color: Persian Rose. HEX triplet: F7, 35 and AC. RGB value is (247,53,172). Sum of RGB (Red+Green+Blue) = 247+53+172=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F735AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F735AC is #08CA53. Grayscale: #7C7C7C. Windows color (decimal): -576084 or 11286007. OLE color: 11286007.

HSL color Cylindrical-coordinate representation of color #F735AC: hue angle of 323.2º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735AC is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 53 172 -
CMYK 0 0.79 0.30 0.03
HSL 323.2º 0.92% 0.59% -
HSV(B) 323.2º 0.79% 0.97% -
XYZ 47.08 25.3 41.43 -
YUV 124.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 247 53 172 0 0.79 0.30 0.03 323.2 0.92 0.59
Hex F7 35 AC 0 4F 1E 3 143 5C 3B
Octal 367 65 254 0 117 36 3 503 134 73
Binary 11110111 110101 10101100 0 1001111 11110 11 101000011 1011100 111011

Color Harmonies of #F735AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F735AC

Black with #F735AC

Text Example


Text Example

White with #F735AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F735AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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