Html Css Color HEX #F283BC Persian Pink

📋 copy color: '#F283BC'

red 242 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #F283BC

Tints of Persian Pink #F283BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 43.14%
G = 23.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F283BC (or 0xF283BC) is known color: Persian Pink. HEX triplet: F2, 83 and BC. RGB value is (242,131,188). Sum of RGB (Red+Green+Blue) = 242+131+188=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F283BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283BC is #0D7C43. Grayscale: #AAAAAA. Windows color (decimal): -883780 or 12354546. OLE color: 12354546.

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

Color convert

RGB 242 131 188 -
CMYK 0 0.46 0.22 0.05
HSL 329.19º 0.81% 0.73% -
HSV(B) 329.19º 0.46% 0.95% -
XYZ 53.81 38.74 52.22 -
YUV 170.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 242 131 188 0 0.46 0.22 0.05 329.19 0.81 0.73
Hex F2 83 BC 0 2E 16 5 149 51 49
Octal 362 203 274 0 56 26 5 511 121 111
Binary 11110010 10000011 10111100 0 101110 10110 101 101001001 1010001 1001001

Color Harmonies of #F283BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F283BC

Black with #F283BC

Text Example


Text Example

White with #F283BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F283BC; }

 p { color: rgb(242,131,188); }

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

background-color css

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

 a { background-color: rgb(242,131,188); }

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

border-color css

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

 span { border-color: rgb(242,131,188); }

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