Html Css Color HEX #F482BE Persian Pink

📋 copy color: '#F482BE'

red 244 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #F482BE

Tints of Persian Pink #F482BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 43.26%
G = 23.05%
B = 33.69%

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

#F482BE (or 0xF482BE) is known color: Persian Pink. HEX triplet: F4, 82 and BE. RGB value is (244,130,190). Sum of RGB (Red+Green+Blue) = 244+130+190=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F482BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482BE is #0B7D41. Grayscale: #AAAAAA. Windows color (decimal): -752962 or 12485364. OLE color: 12485364.

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

Color convert

RGB 244 130 190 -
CMYK 0 0.47 0.22 0.04
HSL 328.42º 0.84% 0.73% -
HSV(B) 328.42º 0.47% 0.96% -
XYZ 54.59 38.92 53.35 -
YUV 170.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 244 130 190 0 0.47 0.22 0.04 328.42 0.84 0.73
Hex F4 82 BE 0 2F 16 4 148 54 49
Octal 364 202 276 0 57 26 4 510 124 111
Binary 11110100 10000010 10111110 0 101111 10110 100 101001000 1010100 1001001

Color Harmonies of #F482BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482BE

Black with #F482BE

Text Example


Text Example

White with #F482BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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