Html Css Color HEX #F2619D Brilliant Rose

📋 copy color: '#F2619D'

red 242 ◦ green 97 ◦ blue 157

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

Shades of Brilliant Rose #F2619D

Tints of Brilliant Rose #F2619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

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

R = 48.79%
G = 19.56%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2619D (or 0xF2619D) is known color: Brilliant Rose. HEX triplet: F2, 61 and 9D. RGB value is (242,97,157). Sum of RGB (Red+Green+Blue) = 242+97+157=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2619D is #0D9E62. Grayscale: #939393. Windows color (decimal): -892515 or 10314226. OLE color: 10314226.

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

Color convert

RGB 242 97 157 -
CMYK 0 0.60 0.35 0.05
HSL 335.17º 0.85% 0.66% -
HSV(B) 335.17º 0.6% 0.95% -
XYZ 46.98 29.86 35.19 -
YUV 147.2 133.54 195.62 -
System Red Green Blue C M Y K H S L
Decimal 242 97 157 0 0.60 0.35 0.05 335.17 0.85 0.66
Hex F2 61 9D 0 3C 23 5 14F 55 42
Octal 362 141 235 0 74 43 5 517 125 102
Binary 11110010 1100001 10011101 0 111100 100011 101 101001111 1010101 1000010

Color Harmonies of #F2619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2619D

Black with #F2619D

Text Example


Text Example

White with #F2619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2619D; }

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

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

background-color css

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

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

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

border-color css

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

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

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