Html Css Color HEX #F61FA0 Persian Rose

📋 copy color: '#F61FA0'

red 246 ◦ green 31 ◦ blue 160

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

Shades of Persian Rose #F61FA0

Tints of Persian Rose #F61FA0

RGB

 RED value IS 246 (96.48% from 255) = 56.29%

 GREEN value IS 31 (12.5% from 255) = 7.09%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 56.29%
G = 7.09%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F61FA0 (or 0xF61FA0) is known color: Persian Rose. HEX triplet: F6, 1F and A0. RGB value is (246,31,160). Sum of RGB (Red+Green+Blue) = 246+31+160=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61FA0 is #09E05F. Grayscale: #6D6D6D. Windows color (decimal): -647264 or 10493942. OLE color: 10493942.

HSL color Cylindrical-coordinate representation of color #F61FA0: hue angle of 324º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FA0 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 160 -
CMYK 0 0.87 0.35 0.04
HSL 324º 0.92% 0.54% -
HSV(B) 324º 0.87% 0.96% -
XYZ 44.84 23.11 35.36 -
YUV 109.99 156.23 225.01 -
System Red Green Blue C M Y K H S L
Decimal 246 31 160 0 0.87 0.35 0.04 324 0.92 0.54
Hex F6 1F A0 0 57 23 4 144 5C 36
Octal 366 37 240 0 127 43 4 504 134 66
Binary 11110110 11111 10100000 0 1010111 100011 100 101000100 1011100 110110

Color Harmonies of #F61FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FA0

Black with #F61FA0

Text Example


Text Example

White with #F61FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FA0; }

 p { color: rgb(246,31,160); }

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

background-color css

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

 a { background-color: rgb(246,31,160); }

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

border-color css

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

 span { border-color: rgb(246,31,160); }

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