Html Css Color HEX #F27BBB Persian Pink

📋 copy color: '#F27BBB'

red 242 ◦ green 123 ◦ blue 187

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

Shades of Persian Pink #F27BBB

Tints of Persian Pink #F27BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.28%

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

R = 43.84%
G = 22.28%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F27BBB (or 0xF27BBB) is known color: Persian Pink. HEX triplet: F2, 7B and BB. RGB value is (242,123,187). Sum of RGB (Red+Green+Blue) = 242+123+187=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BBB is #0D8444. Grayscale: #A5A5A5. Windows color (decimal): -885829 or 12286962. OLE color: 12286962.

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

Color convert

RGB 242 123 187 -
CMYK 0 0.49 0.23 0.05
HSL 327.73º 0.82% 0.72% -
HSV(B) 327.73º 0.49% 0.95% -
XYZ 52.67 36.63 51.31 -
YUV 165.88 139.92 182.3 -
System Red Green Blue C M Y K H S L
Decimal 242 123 187 0 0.49 0.23 0.05 327.73 0.82 0.72
Hex F2 7B BB 0 31 17 5 148 52 48
Octal 362 173 273 0 61 27 5 510 122 110
Binary 11110010 1111011 10111011 0 110001 10111 101 101001000 1010010 1001000

Color Harmonies of #F27BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BBB

Black with #F27BBB

Text Example


Text Example

White with #F27BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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