Html Css Color HEX #F482B8 Persian Pink

📋 copy color: '#F482B8'

red 244 ◦ green 130 ◦ blue 184

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

Shades of Persian Pink #F482B8

Tints of Persian Pink #F482B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.97%

R = 43.73%
G = 23.3%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F482B8 (or 0xF482B8) is known color: Persian Pink. HEX triplet: F4, 82 and B8. RGB value is (244,130,184). Sum of RGB (Red+Green+Blue) = 244+130+184=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F482B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482B8 is #0B7D47. Grayscale: #AAAAAA. Windows color (decimal): -752968 or 12092148. OLE color: 12092148.

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

Color convert

RGB 244 130 184 -
CMYK 0 0.47 0.25 0.04
HSL 331.58º 0.84% 0.73% -
HSV(B) 331.58º 0.47% 0.96% -
XYZ 53.94 38.66 49.97 -
YUV 170.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 244 130 184 0 0.47 0.25 0.04 331.58 0.84 0.73
Hex F4 82 B8 0 2F 19 4 14C 54 49
Octal 364 202 270 0 57 31 4 514 124 111
Binary 11110100 10000010 10111000 0 101111 11001 100 101001100 1010100 1001001

Color Harmonies of #F482B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F482B8

Black with #F482B8

Text Example


Text Example

White with #F482B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F482B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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