Html Css Color HEX #F270BA Persian Pink

📋 copy color: '#F270BA'

red 242 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #F270BA

Tints of Persian Pink #F270BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

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

R = 44.81%
G = 20.74%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F270BA (or 0xF270BA) is known color: Persian Pink. HEX triplet: F2, 70 and BA. RGB value is (242,112,186). Sum of RGB (Red+Green+Blue) = 242+112+186=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F270BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270BA is #0D8F45. Grayscale: #9F9F9F. Windows color (decimal): -888646 or 12218610. OLE color: 12218610.

HSL color Cylindrical-coordinate representation of color #F270BA: hue angle of 325.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270BA is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 112 186 -
CMYK 0 0.54 0.23 0.05
HSL 325.85º 0.83% 0.69% -
HSV(B) 325.85º 0.54% 0.95% -
XYZ 51.28 34.01 50.32 -
YUV 159.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 242 112 186 0 0.54 0.23 0.05 325.85 0.83 0.69
Hex F2 70 BA 0 36 17 5 146 53 45
Octal 362 160 272 0 66 27 5 506 123 105
Binary 11110010 1110000 10111010 0 110110 10111 101 101000110 1010011 1000101

Color Harmonies of #F270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270BA

Black with #F270BA

Text Example


Text Example

White with #F270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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