Html Css Color HEX #F26382 Brink Pink

📋 copy color: '#F26382'

red 242 ◦ green 99 ◦ blue 130

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

Shades of Brink Pink #F26382

Tints of Brink Pink #F26382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.6%

R = 51.38%
G = 21.02%
B = 27.6%

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

#F26382 (or 0xF26382) is known color: Brink Pink. HEX triplet: F2, 63 and 82. RGB value is (242,99,130). Sum of RGB (Red+Green+Blue) = 242+99+130=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F26382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26382 is #0D9C7D. Grayscale: #919191. Windows color (decimal): -892030 or 8545266. OLE color: 8545266.

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

Color convert

RGB 242 99 130 -
CMYK 0 0.59 0.46 0.05
HSL 346.99º 0.85% 0.67% -
HSV(B) 346.99º 0.59% 0.95% -
XYZ 45.11 29.41 24.42 -
YUV 145.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 242 99 130 0 0.59 0.46 0.05 346.99 0.85 0.67
Hex F2 63 82 0 3B 2E 5 15B 55 43
Octal 362 143 202 0 73 56 5 533 125 103
Binary 11110010 1100011 10000010 0 111011 101110 101 101011011 1010101 1000011

Color Harmonies of #F26382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26382

Black with #F26382

Text Example


Text Example

White with #F26382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26382; }

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

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

background-color css

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

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

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

border-color css

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

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

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