Html Css Color HEX #F278BA Persian Pink

📋 copy color: '#F278BA'

red 242 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #F278BA

Tints of Persian Pink #F278BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.9%

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

R = 44.16%
G = 21.9%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F278BA (or 0xF278BA) is known color: Persian Pink. HEX triplet: F2, 78 and BA. RGB value is (242,120,186). Sum of RGB (Red+Green+Blue) = 242+120+186=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F278BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278BA is #0D8745. Grayscale: #A3A3A3. Windows color (decimal): -886598 or 12220658. OLE color: 12220658.

HSL color Cylindrical-coordinate representation of color #F278BA: hue angle of 327.54º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278BA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 186 -
CMYK 0 0.50 0.23 0.05
HSL 327.54º 0.82% 0.71% -
HSV(B) 327.54º 0.5% 0.95% -
XYZ 52.2 35.86 50.62 -
YUV 164 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 242 120 186 0 0.50 0.23 0.05 327.54 0.82 0.71
Hex F2 78 BA 0 32 17 5 148 52 47
Octal 362 170 272 0 62 27 5 510 122 107
Binary 11110010 1111000 10111010 0 110010 10111 101 101001000 1010010 1000111

Color Harmonies of #F278BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278BA

Black with #F278BA

Text Example


Text Example

White with #F278BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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