Html Css Color HEX #F27BBA Persian Pink

📋 copy color: '#F27BBA'

red 242 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #F27BBA

Tints of Persian Pink #F27BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 43.92%
G = 22.32%
B = 33.76%

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

#F27BBA (or 0xF27BBA) is known color: Persian Pink. HEX triplet: F2, 7B and BA. RGB value is (242,123,186). Sum of RGB (Red+Green+Blue) = 242+123+186=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BBA is #0D8445. Grayscale: #A5A5A5. Windows color (decimal): -885830 or 12221426. OLE color: 12221426.

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

Color convert

RGB 242 123 186 -
CMYK 0 0.49 0.23 0.05
HSL 328.24º 0.82% 0.72% -
HSV(B) 328.24º 0.49% 0.95% -
XYZ 52.56 36.59 50.75 -
YUV 165.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 242 123 186 0 0.49 0.23 0.05 328.24 0.82 0.72
Hex F2 7B BA 0 31 17 5 148 52 48
Octal 362 173 272 0 61 27 5 510 122 110
Binary 11110010 1111011 10111010 0 110001 10111 101 101001000 1010010 1001000

Color Harmonies of #F27BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BBA

Black with #F27BBA

Text Example


Text Example

White with #F27BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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