Html Css Color HEX #F278BE Persian Pink

📋 copy color: '#F278BE'

red 242 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #F278BE

Tints of Persian Pink #F278BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 43.84%
G = 21.74%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F278BE (or 0xF278BE) is known color: Persian Pink. HEX triplet: F2, 78 and BE. RGB value is (242,120,190). Sum of RGB (Red+Green+Blue) = 242+120+190=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F278BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278BE is #0D8741. Grayscale: #A4A4A4. Windows color (decimal): -886594 or 12482802. OLE color: 12482802.

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

Color convert

RGB 242 120 190 -
CMYK 0 0.50 0.21 0.05
HSL 325.57º 0.82% 0.71% -
HSV(B) 325.57º 0.5% 0.95% -
XYZ 52.63 36.03 52.9 -
YUV 164.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 242 120 190 0 0.50 0.21 0.05 325.57 0.82 0.71
Hex F2 78 BE 0 32 15 5 146 52 47
Octal 362 170 276 0 62 25 5 506 122 107
Binary 11110010 1111000 10111110 0 110010 10101 101 101000110 1010010 1000111

Color Harmonies of #F278BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278BE

Black with #F278BE

Text Example


Text Example

White with #F278BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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