Html Css Color HEX #F27BBC Persian Pink

📋 copy color: '#F27BBC'

red 242 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #F27BBC

Tints of Persian Pink #F27BBC

RGB

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

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

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

R = 43.76%
G = 22.24%
B = 34%

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

#F27BBC (or 0xF27BBC) is known color: Persian Pink. HEX triplet: F2, 7B and BC. RGB value is (242,123,188). Sum of RGB (Red+Green+Blue) = 242+123+188=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BBC is #0D8443. Grayscale: #A5A5A5. Windows color (decimal): -885828 or 12352498. OLE color: 12352498.

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

Color convert

RGB 242 123 188 -
CMYK 0 0.49 0.22 0.05
HSL 327.23º 0.82% 0.72% -
HSV(B) 327.23º 0.49% 0.95% -
XYZ 52.78 36.67 51.87 -
YUV 165.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 242 123 188 0 0.49 0.22 0.05 327.23 0.82 0.72
Hex F2 7B BC 0 31 16 5 147 52 48
Octal 362 173 274 0 61 26 5 507 122 110
Binary 11110010 1111011 10111100 0 110001 10110 101 101000111 1010010 1001000

Color Harmonies of #F27BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BBC

Black with #F27BBC

Text Example


Text Example

White with #F27BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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