Html Css Color HEX #F61FA4 Persian Rose

📋 copy color: '#F61FA4'

red 246 ◦ green 31 ◦ blue 164

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

Shades of Persian Rose #F61FA4

Tints of Persian Rose #F61FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 55.78%
G = 7.03%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F61FA4 (or 0xF61FA4) is known color: Persian Rose. HEX triplet: F6, 1F and A4. RGB value is (246,31,164). Sum of RGB (Red+Green+Blue) = 246+31+164=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61FA4 is #09E05B. Grayscale: #6E6E6E. Windows color (decimal): -647260 or 10756086. OLE color: 10756086.

HSL color Cylindrical-coordinate representation of color #F61FA4: hue angle of 322.88º 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 #F61FA4 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 164 -
CMYK 0 0.87 0.33 0.04
HSL 322.88º 0.92% 0.54% -
HSV(B) 322.88º 0.87% 0.96% -
XYZ 45.2 23.25 37.23 -
YUV 110.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 246 31 164 0 0.87 0.33 0.04 322.88 0.92 0.54
Hex F6 1F A4 0 57 21 4 143 5C 36
Octal 366 37 244 0 127 41 4 503 134 66
Binary 11110110 11111 10100100 0 1010111 100001 100 101000011 1011100 110110

Color Harmonies of #F61FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FA4

Black with #F61FA4

Text Example


Text Example

White with #F61FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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