Html Css Color HEX #F27CBC Persian Pink

📋 copy color: '#F27CBC'

red 242 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #F27CBC

Tints of Persian Pink #F27CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

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

R = 43.68%
G = 22.38%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F27CBC (or 0xF27CBC) is known color: Persian Pink. HEX triplet: F2, 7C and BC. RGB value is (242,124,188). Sum of RGB (Red+Green+Blue) = 242+124+188=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CBC is #0D8343. Grayscale: #A6A6A6. Windows color (decimal): -885572 or 12352754. OLE color: 12352754.

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

Color convert

RGB 242 124 188 -
CMYK 0 0.49 0.22 0.05
HSL 327.46º 0.82% 0.72% -
HSV(B) 327.46º 0.49% 0.95% -
XYZ 52.9 36.92 51.92 -
YUV 166.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 242 124 188 0 0.49 0.22 0.05 327.46 0.82 0.72
Hex F2 7C BC 0 31 16 5 147 52 48
Octal 362 174 274 0 61 26 5 507 122 110
Binary 11110010 1111100 10111100 0 110001 10110 101 101000111 1010010 1001000

Color Harmonies of #F27CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CBC

Black with #F27CBC

Text Example


Text Example

White with #F27CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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