Html Css Color HEX #F736AA Persian Rose

📋 copy color: '#F736AA'

red 247 ◦ green 54 ◦ blue 170

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

Shades of Persian Rose #F736AA

Tints of Persian Rose #F736AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.46%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 52.44%
G = 11.46%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F736AA (or 0xF736AA) is known color: Persian Rose. HEX triplet: F7, 36 and AA. RGB value is (247,54,170). Sum of RGB (Red+Green+Blue) = 247+54+170=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F736AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F736AA is #08C955. Grayscale: #7C7C7C. Windows color (decimal): -575830 or 11155191. OLE color: 11155191.

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

Color convert

RGB 247 54 170 -
CMYK 0 0.78 0.31 0.03
HSL 323.94º 0.92% 0.59% -
HSV(B) 323.94º 0.78% 0.97% -
XYZ 46.93 25.31 40.44 -
YUV 124.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 247 54 170 0 0.78 0.31 0.03 323.94 0.92 0.59
Hex F7 36 AA 0 4E 1F 3 144 5C 3B
Octal 367 66 252 0 116 37 3 504 134 73
Binary 11110111 110110 10101010 0 1001110 11111 11 101000100 1011100 111011

Color Harmonies of #F736AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F736AA

Black with #F736AA

Text Example


Text Example

White with #F736AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F736AA; }

 p { color: rgb(247,54,170); }

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

background-color css

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

 a { background-color: rgb(247,54,170); }

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

border-color css

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

 span { border-color: rgb(247,54,170); }

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