Html Css Color HEX #F280BB Persian Pink

📋 copy color: '#F280BB'

red 242 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #F280BB

Tints of Persian Pink #F280BB

RGB

 RED value IS 242 (94.92% from 255) = 43.45%

 GREEN value IS 128 (50.39% from 255) = 22.98%

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

R = 43.45%
G = 22.98%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F280BB (or 0xF280BB) is known color: Persian Pink. HEX triplet: F2, 80 and BB. RGB value is (242,128,187). Sum of RGB (Red+Green+Blue) = 242+128+187=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F280BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280BB is #0D7F44. Grayscale: #A8A8A8. Windows color (decimal): -884549 or 12288242. OLE color: 12288242.

HSL color Cylindrical-coordinate representation of color #F280BB: hue angle of 328.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280BB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 187 -
CMYK 0 0.47 0.23 0.05
HSL 328.95º 0.81% 0.73% -
HSV(B) 328.95º 0.47% 0.95% -
XYZ 53.31 37.9 51.52 -
YUV 168.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 242 128 187 0 0.47 0.23 0.05 328.95 0.81 0.73
Hex F2 80 BB 0 2F 17 5 149 51 49
Octal 362 200 273 0 57 27 5 511 121 111
Binary 11110010 10000000 10111011 0 101111 10111 101 101001001 1010001 1001001

Color Harmonies of #F280BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F280BB

Black with #F280BB

Text Example


Text Example

White with #F280BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F280BB; }

 p { color: rgb(242,128,187); }

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

background-color css

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

 a { background-color: rgb(242,128,187); }

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

border-color css

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

 span { border-color: rgb(242,128,187); }

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