Html Css Color HEX #F2649B Brilliant Rose

📋 copy color: '#F2649B'

red 242 ◦ green 100 ◦ blue 155

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

Shades of Brilliant Rose #F2649B

Tints of Brilliant Rose #F2649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 48.69%
G = 20.12%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2649B (or 0xF2649B) is known color: Brilliant Rose. HEX triplet: F2, 64 and 9B. RGB value is (242,100,155). Sum of RGB (Red+Green+Blue) = 242+100+155=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2649B is #0D9B64. Grayscale: #949494. Windows color (decimal): -891749 or 10183922. OLE color: 10183922.

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

Color convert

RGB 242 100 155 -
CMYK 0 0.59 0.36 0.05
HSL 336.76º 0.85% 0.67% -
HSV(B) 336.76º 0.59% 0.95% -
XYZ 47.09 30.36 34.39 -
YUV 148.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 242 100 155 0 0.59 0.36 0.05 336.76 0.85 0.67
Hex F2 64 9B 0 3B 24 5 151 55 43
Octal 362 144 233 0 73 44 5 521 125 103
Binary 11110010 1100100 10011011 0 111011 100100 101 101010001 1010101 1000011

Color Harmonies of #F2649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2649B

Black with #F2649B

Text Example


Text Example

White with #F2649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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