Html Css Color HEX #F289B7 Persian Pink

📋 copy color: '#F289B7'

red 242 ◦ green 137 ◦ blue 183

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

Shades of Persian Pink #F289B7

Tints of Persian Pink #F289B7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.38%

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 43.06%
G = 24.38%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F289B7 (or 0xF289B7) is known color: Persian Pink. HEX triplet: F2, 89 and B7. RGB value is (242,137,183). Sum of RGB (Red+Green+Blue) = 242+137+183=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F289B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289B7 is #0D7648. Grayscale: #ADADAD. Windows color (decimal): -882249 or 12028402. OLE color: 12028402.

HSL color Cylindrical-coordinate representation of color #F289B7: hue angle of 333.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289B7 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 137 183 -
CMYK 0 0.43 0.24 0.05
HSL 333.71º 0.8% 0.74% -
HSV(B) 333.71º 0.43% 0.95% -
XYZ 54.11 40.19 49.7 -
YUV 173.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 242 137 183 0 0.43 0.24 0.05 333.71 0.8 0.74
Hex F2 89 B7 0 2B 18 5 14E 50 4A
Octal 362 211 267 0 53 30 5 516 120 112
Binary 11110010 10001001 10110111 0 101011 11000 101 101001110 1010000 1001010

Color Harmonies of #F289B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289B7

Black with #F289B7

Text Example


Text Example

White with #F289B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289B7; }

 p { color: rgb(242,137,183); }

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

background-color css

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

 a { background-color: rgb(242,137,183); }

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

border-color css

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

 span { border-color: rgb(242,137,183); }

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