Html Css Color HEX #F81D9F Persian Rose

📋 copy color: '#F81D9F'

red 248 ◦ green 29 ◦ blue 159

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

Shades of Persian Rose #F81D9F

Tints of Persian Rose #F81D9F

RGB

 RED value IS 248 (97.27% from 255) = 56.88%

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

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 56.88%
G = 6.65%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F81D9F (or 0xF81D9F) is known color: Persian Rose. HEX triplet: F8, 1D and 9F. RGB value is (248,29,159). Sum of RGB (Red+Green+Blue) = 248+29+159=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81D9F is #07E260. Grayscale: #6C6C6C. Windows color (decimal): -516705 or 10427896. OLE color: 10427896.

HSL color Cylindrical-coordinate representation of color #F81D9F: hue angle of 324.38º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D9F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 29 159 -
CMYK 0 0.88 0.36 0.03
HSL 324.38º 0.94% 0.54% -
HSV(B) 324.38º 0.88% 0.97% -
XYZ 45.41 23.34 34.91 -
YUV 109.3 156.05 226.93 -
System Red Green Blue C M Y K H S L
Decimal 248 29 159 0 0.88 0.36 0.03 324.38 0.94 0.54
Hex F8 1D 9F 0 58 24 3 144 5E 36
Octal 370 35 237 0 130 44 3 504 136 66
Binary 11111000 11101 10011111 0 1011000 100100 11 101000100 1011110 110110

Color Harmonies of #F81D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D9F

Black with #F81D9F

Text Example


Text Example

White with #F81D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D9F; }

 p { color: rgb(248,29,159); }

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

background-color css

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

 a { background-color: rgb(248,29,159); }

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

border-color css

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

 span { border-color: rgb(248,29,159); }

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