Html Css Color HEX #F75E9A Brilliant Rose

📋 copy color: '#F75E9A'

red 247 ◦ green 94 ◦ blue 154

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

Shades of Brilliant Rose #F75E9A

Tints of Brilliant Rose #F75E9A

RGB

 RED value IS 247 (96.88% from 255) = 49.9%

 GREEN value IS 94 (37.11% from 255) = 18.99%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 49.9%
G = 18.99%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F75E9A (or 0xF75E9A) is known color: Brilliant Rose. HEX triplet: F7, 5E and 9A. RGB value is (247,94,154). Sum of RGB (Red+Green+Blue) = 247+94+154=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75E9A is #08A165. Grayscale: #929292. Windows color (decimal): -565606 or 10116855. OLE color: 10116855.

HSL color Cylindrical-coordinate representation of color #F75E9A: hue angle of 336.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75E9A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 154 -
CMYK 0 0.62 0.38 0.03
HSL 336.47º 0.91% 0.67% -
HSV(B) 336.47º 0.62% 0.97% -
XYZ 48.19 30.11 33.84 -
YUV 146.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 247 94 154 0 0.62 0.38 0.03 336.47 0.91 0.67
Hex F7 5E 9A 0 3E 26 3 150 5B 43
Octal 367 136 232 0 76 46 3 520 133 103
Binary 11110111 1011110 10011010 0 111110 100110 11 101010000 1011011 1000011

Color Harmonies of #F75E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E9A

Black with #F75E9A

Text Example


Text Example

White with #F75E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E9A; }

 p { color: rgb(247,94,154); }

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

background-color css

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

 a { background-color: rgb(247,94,154); }

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

border-color css

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

 span { border-color: rgb(247,94,154); }

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