Html Css Color HEX #F27CBE Persian Pink

📋 copy color: '#F27CBE'

red 242 ◦ green 124 ◦ blue 190

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

Shades of Persian Pink #F27CBE

Tints of Persian Pink #F27CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.17%

R = 43.53%
G = 22.3%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F27CBE (or 0xF27CBE) is known color: Persian Pink. HEX triplet: F2, 7C and BE. RGB value is (242,124,190). Sum of RGB (Red+Green+Blue) = 242+124+190=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CBE is #0D8341. Grayscale: #A6A6A6. Windows color (decimal): -885570 or 12483826. OLE color: 12483826.

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

Color convert

RGB 242 124 190 -
CMYK 0 0.49 0.21 0.05
HSL 326.44º 0.82% 0.72% -
HSV(B) 326.44º 0.49% 0.95% -
XYZ 53.12 37.01 53.06 -
YUV 166.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 242 124 190 0 0.49 0.21 0.05 326.44 0.82 0.72
Hex F2 7C BE 0 31 15 5 146 52 48
Octal 362 174 276 0 61 25 5 506 122 110
Binary 11110010 1111100 10111110 0 110001 10101 101 101000110 1010010 1001000

Color Harmonies of #F27CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CBE

Black with #F27CBE

Text Example


Text Example

White with #F27CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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