Html Css Color HEX #F2649D Brilliant Rose

📋 copy color: '#F2649D'

red 242 ◦ green 100 ◦ blue 157

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

Shades of Brilliant Rose #F2649D

Tints of Brilliant Rose #F2649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 48.5%
G = 20.04%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2649D (or 0xF2649D) is known color: Brilliant Rose. HEX triplet: F2, 64 and 9D. RGB value is (242,100,157). Sum of RGB (Red+Green+Blue) = 242+100+157=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2649D is #0D9B62. Grayscale: #949494. Windows color (decimal): -891747 or 10314994. OLE color: 10314994.

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

Color convert

RGB 242 100 157 -
CMYK 0 0.59 0.35 0.05
HSL 335.92º 0.85% 0.67% -
HSV(B) 335.92º 0.59% 0.95% -
XYZ 47.26 30.43 35.28 -
YUV 148.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 242 100 157 0 0.59 0.35 0.05 335.92 0.85 0.67
Hex F2 64 9D 0 3B 23 5 150 55 43
Octal 362 144 235 0 73 43 5 520 125 103
Binary 11110010 1100100 10011101 0 111011 100011 101 101010000 1010101 1000011

Color Harmonies of #F2649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2649D

Black with #F2649D

Text Example


Text Example

White with #F2649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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