Html Css Color HEX #F26383 Brink Pink

📋 copy color: '#F26383'

red 242 ◦ green 99 ◦ blue 131

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

Shades of Brink Pink #F26383

Tints of Brink Pink #F26383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.97%

 BLUE value IS 131 (51.56% from 255) = 27.75%

R = 51.27%
G = 20.97%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F26383 (or 0xF26383) is known color: Brink Pink. HEX triplet: F2, 63 and 83. RGB value is (242,99,131). Sum of RGB (Red+Green+Blue) = 242+99+131=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F26383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26383 is #0D9C7C. Grayscale: #919191. Windows color (decimal): -892029 or 8610802. OLE color: 8610802.

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

Color convert

RGB 242 99 131 -
CMYK 0 0.59 0.46 0.05
HSL 346.57º 0.85% 0.67% -
HSV(B) 346.57º 0.59% 0.95% -
XYZ 45.18 29.44 24.77 -
YUV 145.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 242 99 131 0 0.59 0.46 0.05 346.57 0.85 0.67
Hex F2 63 83 0 3B 2E 5 15B 55 43
Octal 362 143 203 0 73 56 5 533 125 103
Binary 11110010 1100011 10000011 0 111011 101110 101 101011011 1010101 1000011

Color Harmonies of #F26383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26383

Black with #F26383

Text Example


Text Example

White with #F26383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26383; }

 p { color: rgb(242,99,131); }

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

background-color css

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

 a { background-color: rgb(242,99,131); }

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

border-color css

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

 span { border-color: rgb(242,99,131); }

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