Html Css Color HEX #F26478 Brink Pink

📋 copy color: '#F26478'

red 242 ◦ green 100 ◦ blue 120

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

Shades of Brink Pink #F26478

Tints of Brink Pink #F26478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 52.38%
G = 21.65%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F26478 (or 0xF26478) is known color: Brink Pink. HEX triplet: F2, 64 and 78. RGB value is (242,100,120). Sum of RGB (Red+Green+Blue) = 242+100+120=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26478 is #0D9B87. Grayscale: #909090. Windows color (decimal): -891784 or 7890162. OLE color: 7890162.

HSL color Cylindrical-coordinate representation of color #F26478: hue angle of 351.55º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26478 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 120 -
CMYK 0 0.59 0.50 0.05
HSL 351.55º 0.85% 0.67% -
HSV(B) 351.55º 0.59% 0.95% -
XYZ 44.57 29.35 21.09 -
YUV 144.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 242 100 120 0 0.59 0.50 0.05 351.55 0.85 0.67
Hex F2 64 78 0 3B 32 5 160 55 43
Octal 362 144 170 0 73 62 5 540 125 103
Binary 11110010 1100100 1111000 0 111011 110010 101 101100000 1010101 1000011

Color Harmonies of #F26478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26478

Black with #F26478

Text Example


Text Example

White with #F26478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26478; }

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

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

background-color css

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

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

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

border-color css

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

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

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