Html Css Color HEX #F95D94 Brilliant Rose

📋 copy color: '#F95D94'

red 249 ◦ green 93 ◦ blue 148

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

Shades of Brilliant Rose #F95D94

Tints of Brilliant Rose #F95D94

RGB

 RED value IS 249 (97.66% from 255) = 50.82%

 GREEN value IS 93 (36.72% from 255) = 18.98%

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 50.82%
G = 18.98%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F95D94 (or 0xF95D94) is known color: Brilliant Rose. HEX triplet: F9, 5D and 94. RGB value is (249,93,148). Sum of RGB (Red+Green+Blue) = 249+93+148=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95D94 is #06A26B. Grayscale: #919191. Windows color (decimal): -434796 or 9723385. OLE color: 9723385.

HSL color Cylindrical-coordinate representation of color #F95D94: hue angle of 338.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95D94 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 93 148 -
CMYK 0 0.63 0.41 0.02
HSL 338.85º 0.93% 0.67% -
HSV(B) 338.85º 0.63% 0.98% -
XYZ 48.33 30.11 31.28 -
YUV 145.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 249 93 148 0 0.63 0.41 0.02 338.85 0.93 0.67
Hex F9 5D 94 0 3F 29 2 153 5D 43
Octal 371 135 224 0 77 51 2 523 135 103
Binary 11111001 1011101 10010100 0 111111 101001 10 101010011 1011101 1000011

Color Harmonies of #F95D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D94

Black with #F95D94

Text Example


Text Example

White with #F95D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D94; }

 p { color: rgb(249,93,148); }

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

background-color css

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

 a { background-color: rgb(249,93,148); }

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

border-color css

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

 span { border-color: rgb(249,93,148); }

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