Html Css Color HEX #F281BB Persian Pink

📋 copy color: '#F281BB'

red 242 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #F281BB

Tints of Persian Pink #F281BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.12%

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

R = 43.37%
G = 23.12%
B = 33.51%

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

#F281BB (or 0xF281BB) is known color: Persian Pink. HEX triplet: F2, 81 and BB. RGB value is (242,129,187). Sum of RGB (Red+Green+Blue) = 242+129+187=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F281BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F281BB is #0D7E44. Grayscale: #A9A9A9. Windows color (decimal): -884293 or 12288498. OLE color: 12288498.

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

Color convert

RGB 242 129 187 -
CMYK 0 0.47 0.23 0.05
HSL 329.2º 0.81% 0.73% -
HSV(B) 329.2º 0.47% 0.95% -
XYZ 53.44 38.17 51.56 -
YUV 169.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 242 129 187 0 0.47 0.23 0.05 329.2 0.81 0.73
Hex F2 81 BB 0 2F 17 5 149 51 49
Octal 362 201 273 0 57 27 5 511 121 111
Binary 11110010 10000001 10111011 0 101111 10111 101 101001001 1010001 1001001

Color Harmonies of #F281BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F281BB

Black with #F281BB

Text Example


Text Example

White with #F281BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F281BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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