Html Css Color HEX #F7219B Persian Rose

📋 copy color: '#F7219B'

red 247 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #F7219B

Tints of Persian Rose #F7219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.59%

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 56.78%
G = 7.59%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7219B (or 0xF7219B) is known color: Persian Rose. HEX triplet: F7, 21 and 9B. RGB value is (247,33,155). Sum of RGB (Red+Green+Blue) = 247+33+155=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7219B is #08DE64. Grayscale: #6E6E6E. Windows color (decimal): -581221 or 10166775. OLE color: 10166775.

HSL color Cylindrical-coordinate representation of color #F7219B: hue angle of 325.79º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7219B is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 155 -
CMYK 0 0.87 0.37 0.03
HSL 325.79º 0.93% 0.55% -
HSV(B) 325.79º 0.87% 0.97% -
XYZ 44.82 23.23 33.13 -
YUV 110.89 152.9 225.08 -
System Red Green Blue C M Y K H S L
Decimal 247 33 155 0 0.87 0.37 0.03 325.79 0.93 0.55
Hex F7 21 9B 0 57 25 3 146 5D 37
Octal 367 41 233 0 127 45 3 506 135 67
Binary 11110111 100001 10011011 0 1010111 100101 11 101000110 1011101 110111

Color Harmonies of #F7219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7219B

Black with #F7219B

Text Example


Text Example

White with #F7219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7219B; }

 p { color: rgb(247,33,155); }

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

background-color css

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

 a { background-color: rgb(247,33,155); }

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

border-color css

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

 span { border-color: rgb(247,33,155); }

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