Html Css Color HEX #F75398 Brilliant Rose

📋 copy color: '#F75398'

red 247 ◦ green 83 ◦ blue 152

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

Shades of Brilliant Rose #F75398

Tints of Brilliant Rose #F75398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 51.24%
G = 17.22%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F75398 (or 0xF75398) is known color: Brilliant Rose. HEX triplet: F7, 53 and 98. RGB value is (247,83,152). Sum of RGB (Red+Green+Blue) = 247+83+152=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F75398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75398 is #08AC67. Grayscale: #8B8B8B. Windows color (decimal): -568424 or 9982967. OLE color: 9982967.

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

Color convert

RGB 247 83 152 -
CMYK 0 0.66 0.38 0.03
HSL 334.76º 0.91% 0.65% -
HSV(B) 334.76º 0.66% 0.97% -
XYZ 47.12 28.23 32.67 -
YUV 139.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 247 83 152 0 0.66 0.38 0.03 334.76 0.91 0.65
Hex F7 53 98 0 42 26 3 14F 5B 41
Octal 367 123 230 0 102 46 3 517 133 101
Binary 11110111 1010011 10011000 0 1000010 100110 11 101001111 1011011 1000001

Color Harmonies of #F75398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75398

Black with #F75398

Text Example


Text Example

White with #F75398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75398; }

 p { color: rgb(247,83,152); }

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

background-color css

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

 a { background-color: rgb(247,83,152); }

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

border-color css

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

 span { border-color: rgb(247,83,152); }

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