Html Css Color HEX #F482BF Persian Pink

📋 copy color: '#F482BF'

red 244 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #F482BF

Tints of Persian Pink #F482BF

RGB

 RED value IS 244 (95.7% from 255) = 43.19%

 GREEN value IS 130 (51.17% from 255) = 23.01%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 43.19%
G = 23.01%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F482BF (or 0xF482BF) is known color: Persian Pink. HEX triplet: F4, 82 and BF. RGB value is (244,130,191). Sum of RGB (Red+Green+Blue) = 244+130+191=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F482BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482BF is #0B7D40. Grayscale: #AAAAAA. Windows color (decimal): -752961 or 12550900. OLE color: 12550900.

HSL color Cylindrical-coordinate representation of color #F482BF: hue angle of 327.89º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482BF is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 130 191 -
CMYK 0 0.47 0.22 0.04
HSL 327.89º 0.84% 0.73% -
HSV(B) 327.89º 0.47% 0.96% -
XYZ 54.69 38.96 53.93 -
YUV 171.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 244 130 191 0 0.47 0.22 0.04 327.89 0.84 0.73
Hex F4 82 BF 0 2F 16 4 148 54 49
Octal 364 202 277 0 57 26 4 510 124 111
Binary 11110100 10000010 10111111 0 101111 10110 100 101001000 1010100 1001001

Color Harmonies of #F482BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482BF

Black with #F482BF

Text Example


Text Example

White with #F482BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482BF; }

 p { color: rgb(244,130,191); }

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

background-color css

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

 a { background-color: rgb(244,130,191); }

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

border-color css

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

 span { border-color: rgb(244,130,191); }

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