Html Css Color HEX #F483BA Persian Pink

📋 copy color: '#F483BA'

red 244 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #F483BA

Tints of Persian Pink #F483BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.35%

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 43.49%
G = 23.35%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F483BA (or 0xF483BA) is known color: Persian Pink. HEX triplet: F4, 83 and BA. RGB value is (244,131,186). Sum of RGB (Red+Green+Blue) = 244+131+186=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F483BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483BA is #0B7C45. Grayscale: #AAAAAA. Windows color (decimal): -752710 or 12223476. OLE color: 12223476.

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

Color convert

RGB 244 131 186 -
CMYK 0 0.46 0.24 0.04
HSL 330.8º 0.84% 0.74% -
HSV(B) 330.8º 0.46% 0.96% -
XYZ 54.29 39.01 51.12 -
YUV 171.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 244 131 186 0 0.46 0.24 0.04 330.8 0.84 0.74
Hex F4 83 BA 0 2E 18 4 14B 54 4A
Octal 364 203 272 0 56 30 4 513 124 112
Binary 11110100 10000011 10111010 0 101110 11000 100 101001011 1010100 1001010

Color Harmonies of #F483BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483BA

Black with #F483BA

Text Example


Text Example

White with #F483BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483BA; }

 p { color: rgb(244,131,186); }

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

background-color css

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

 a { background-color: rgb(244,131,186); }

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

border-color css

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

 span { border-color: rgb(244,131,186); }

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