Html Css Color HEX #F51DA1 Persian Rose

📋 copy color: '#F51DA1'

red 245 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #F51DA1

Tints of Persian Rose #F51DA1

RGB

 RED value IS 245 (96.09% from 255) = 56.32%

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 56.32%
G = 6.67%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F51DA1 (or 0xF51DA1) is known color: Persian Rose. HEX triplet: F5, 1D and A1. RGB value is (245,29,161). Sum of RGB (Red+Green+Blue) = 245+29+161=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51DA1 is #0AE25E. Grayscale: #6C6C6C. Windows color (decimal): -713311 or 10558965. OLE color: 10558965.

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

Color convert

RGB 245 29 161 -
CMYK 0 0.88 0.34 0.04
HSL 323.33º 0.92% 0.54% -
HSV(B) 323.33º 0.88% 0.96% -
XYZ 44.53 22.86 35.78 -
YUV 108.63 157.56 225.27 -
System Red Green Blue C M Y K H S L
Decimal 245 29 161 0 0.88 0.34 0.04 323.33 0.92 0.54
Hex F5 1D A1 0 58 22 4 143 5C 36
Octal 365 35 241 0 130 42 4 503 134 66
Binary 11110101 11101 10100001 0 1011000 100010 100 101000011 1011100 110110

Color Harmonies of #F51DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51DA1

Black with #F51DA1

Text Example


Text Example

White with #F51DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51DA1; }

 p { color: rgb(245,29,161); }

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

background-color css

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

 a { background-color: rgb(245,29,161); }

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

border-color css

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

 span { border-color: rgb(245,29,161); }

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