Html Css Color HEX #F61F9A Persian Rose

📋 copy color: '#F61F9A'

red 246 ◦ green 31 ◦ blue 154

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

Shades of Persian Rose #F61F9A

Tints of Persian Rose #F61F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 57.08%
G = 7.19%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F61F9A (or 0xF61F9A) is known color: Persian Rose. HEX triplet: F6, 1F and 9A. RGB value is (246,31,154). Sum of RGB (Red+Green+Blue) = 246+31+154=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61F9A is #09E065. Grayscale: #6D6D6D. Windows color (decimal): -647270 or 10100726. OLE color: 10100726.

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

Color convert

RGB 246 31 154 -
CMYK 0 0.87 0.37 0.04
HSL 325.67º 0.92% 0.54% -
HSV(B) 325.67º 0.87% 0.96% -
XYZ 44.33 22.91 32.66 -
YUV 109.31 153.23 225.5 -
System Red Green Blue C M Y K H S L
Decimal 246 31 154 0 0.87 0.37 0.04 325.67 0.92 0.54
Hex F6 1F 9A 0 57 25 4 146 5C 36
Octal 366 37 232 0 127 45 4 506 134 66
Binary 11110110 11111 10011010 0 1010111 100101 100 101000110 1011100 110110

Color Harmonies of #F61F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F9A

Black with #F61F9A

Text Example


Text Example

White with #F61F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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