Html Css Color HEX #F26499 Brilliant Rose

📋 copy color: '#F26499'

red 242 ◦ green 100 ◦ blue 153

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

Shades of Brilliant Rose #F26499

Tints of Brilliant Rose #F26499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 48.89%
G = 20.2%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F26499 (or 0xF26499) is known color: Brilliant Rose. HEX triplet: F2, 64 and 99. RGB value is (242,100,153). Sum of RGB (Red+Green+Blue) = 242+100+153=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F26499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26499 is #0D9B66. Grayscale: #949494. Windows color (decimal): -891751 or 10052850. OLE color: 10052850.

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

Color convert

RGB 242 100 153 -
CMYK 0 0.59 0.37 0.05
HSL 337.61º 0.85% 0.67% -
HSV(B) 337.61º 0.59% 0.95% -
XYZ 46.92 30.29 33.51 -
YUV 148.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 242 100 153 0 0.59 0.37 0.05 337.61 0.85 0.67
Hex F2 64 99 0 3B 25 5 152 55 43
Octal 362 144 231 0 73 45 5 522 125 103
Binary 11110010 1100100 10011001 0 111011 100101 101 101010010 1010101 1000011

Color Harmonies of #F26499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26499

Black with #F26499

Text Example


Text Example

White with #F26499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26499; }

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

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

background-color css

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

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

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

border-color css

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

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

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