Html Css Color HEX #F485BB Persian Pink

📋 copy color: '#F485BB'

red 244 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #F485BB

Tints of Persian Pink #F485BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.58%

 BLUE value IS 187 (73.44% from 255) = 33.16%

R = 43.26%
G = 23.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F485BB (or 0xF485BB) is known color: Persian Pink. HEX triplet: F4, 85 and BB. RGB value is (244,133,187). Sum of RGB (Red+Green+Blue) = 244+133+187=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F485BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485BB is #0B7A44. Grayscale: #ACACAC. Windows color (decimal): -752197 or 12289524. OLE color: 12289524.

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

Color convert

RGB 244 133 187 -
CMYK 0 0.45 0.23 0.04
HSL 330.81º 0.83% 0.74% -
HSV(B) 330.81º 0.45% 0.96% -
XYZ 54.67 39.6 51.78 -
YUV 172.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 244 133 187 0 0.45 0.23 0.04 330.81 0.83 0.74
Hex F4 85 BB 0 2D 17 4 14B 53 4A
Octal 364 205 273 0 55 27 4 513 123 112
Binary 11110100 10000101 10111011 0 101101 10111 100 101001011 1010011 1001010

Color Harmonies of #F485BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F485BB

Black with #F485BB

Text Example


Text Example

White with #F485BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F485BB; }

 p { color: rgb(244,133,187); }

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

background-color css

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

 a { background-color: rgb(244,133,187); }

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

border-color css

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

 span { border-color: rgb(244,133,187); }

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