Html Css Color HEX #F26095 Brilliant Rose

📋 copy color: '#F26095'

red 242 ◦ green 96 ◦ blue 149

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

Shades of Brilliant Rose #F26095

Tints of Brilliant Rose #F26095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

 BLUE value IS 149 (58.59% from 255) = 30.6%

R = 49.69%
G = 19.71%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F26095 (or 0xF26095) is known color: Brilliant Rose. HEX triplet: F2, 60 and 95. RGB value is (242,96,149). Sum of RGB (Red+Green+Blue) = 242+96+149=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F26095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26095 is #0D9F6A. Grayscale: #919191. Windows color (decimal): -892779 or 9789682. OLE color: 9789682.

HSL color Cylindrical-coordinate representation of color #F26095: hue angle of 338.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26095 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 96 149 -
CMYK 0 0.60 0.38 0.05
HSL 338.22º 0.85% 0.66% -
HSV(B) 338.22º 0.6% 0.95% -
XYZ 46.23 29.41 31.67 -
YUV 145.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 242 96 149 0 0.60 0.38 0.05 338.22 0.85 0.66
Hex F2 60 95 0 3C 26 5 152 55 42
Octal 362 140 225 0 74 46 5 522 125 102
Binary 11110010 1100000 10010101 0 111100 100110 101 101010010 1010101 1000010

Color Harmonies of #F26095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26095

Black with #F26095

Text Example


Text Example

White with #F26095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26095; }

 p { color: rgb(242,96,149); }

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

background-color css

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

 a { background-color: rgb(242,96,149); }

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

border-color css

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

 span { border-color: rgb(242,96,149); }

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