Html Css Color HEX #F732B2 Persian Rose

📋 copy color: '#F732B2'

red 247 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #F732B2

Tints of Persian Rose #F732B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 52%
G = 10.53%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F732B2 (or 0xF732B2) is known color: Persian Rose. HEX triplet: F7, 32 and B2. RGB value is (247,50,178). Sum of RGB (Red+Green+Blue) = 247+50+178=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F732B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732B2 is #08CD4D. Grayscale: #7B7B7B. Windows color (decimal): -576846 or 11678455. OLE color: 11678455.

HSL color Cylindrical-coordinate representation of color #F732B2: hue angle of 321.02º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732B2 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 50 178 -
CMYK 0 0.80 0.28 0.03
HSL 321.02º 0.92% 0.58% -
HSV(B) 321.02º 0.8% 0.97% -
XYZ 47.53 25.27 44.49 -
YUV 123.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 247 50 178 0 0.80 0.28 0.03 321.02 0.92 0.58
Hex F7 32 B2 0 50 1C 3 141 5C 3A
Octal 367 62 262 0 120 34 3 501 134 72
Binary 11110111 110010 10110010 0 1010000 11100 11 101000001 1011100 111010

Color Harmonies of #F732B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F732B2

Black with #F732B2

Text Example


Text Example

White with #F732B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F732B2; }

 p { color: rgb(247,50,178); }

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

background-color css

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

 a { background-color: rgb(247,50,178); }

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

border-color css

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

 span { border-color: rgb(247,50,178); }

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