Html Css Color HEX #F278C6 Persian Pink

📋 copy color: '#F278C6'

red 242 ◦ green 120 ◦ blue 198

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

Shades of Persian Pink #F278C6

Tints of Persian Pink #F278C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 43.21%
G = 21.43%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F278C6 (or 0xF278C6) is known color: Persian Pink. HEX triplet: F2, 78 and C6. RGB value is (242,120,198). Sum of RGB (Red+Green+Blue) = 242+120+198=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F278C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278C6 is #0D8739. Grayscale: #A5A5A5. Windows color (decimal): -886586 or 13007090. OLE color: 13007090.

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

Color convert

RGB 242 120 198 -
CMYK 0 0.50 0.18 0.05
HSL 321.64º 0.82% 0.71% -
HSV(B) 321.64º 0.5% 0.95% -
XYZ 53.53 36.39 57.63 -
YUV 165.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 242 120 198 0 0.50 0.18 0.05 321.64 0.82 0.71
Hex F2 78 C6 0 32 12 5 142 52 47
Octal 362 170 306 0 62 22 5 502 122 107
Binary 11110010 1111000 11000110 0 110010 10010 101 101000010 1010010 1000111

Color Harmonies of #F278C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278C6

Black with #F278C6

Text Example


Text Example

White with #F278C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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